OpenSDN source code
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
bgp_ifmap_sandesh.cc
Go to the documentation of this file.
1
/*
2
* Copyright (c) 2015 Juniper Networks, Inc. All rights reserved.
3
*/
4
#include "
bgp/bgp_ifmap_sandesh.h
"
5
6
#include "
bgp/bgp_sandesh.h
"
7
8
class
ShowBgpPeeringConfigReq;
9
class
ShowBgpPeeringConfigReqIterate;
10
11
extern
void
ShowBgpIfmapPeeringConfigReqHandler
(
12
const
BgpSandeshContext
*bsc,
13
const
ShowBgpPeeringConfigReq *req);
14
extern
void
ShowBgpIfmapPeeringConfigReqIterateHandler
(
15
const
BgpSandeshContext
*bsc,
16
const
ShowBgpPeeringConfigReqIterate *req_iterate);
17
18
void
RegisterSandeshShowIfmapHandlers
(
BgpSandeshContext
*bsc) {
19
bsc->
SetPeeringShowHandlers
(
20
ShowBgpIfmapPeeringConfigReqHandler
,
21
ShowBgpIfmapPeeringConfigReqIterateHandler
);
22
}
RegisterSandeshShowIfmapHandlers
void RegisterSandeshShowIfmapHandlers(BgpSandeshContext *bsc)
Definition:
bgp_ifmap_sandesh.cc:18
BgpSandeshContext::SetPeeringShowHandlers
void SetPeeringShowHandlers(const PeeringReqHandler &show_peering_req_handler, const PeeringReqIterateHandler &show_peering_req_iterate_handler)
Definition:
bgp_sandesh.cc:687
ShowBgpIfmapPeeringConfigReqHandler
void ShowBgpIfmapPeeringConfigReqHandler(const BgpSandeshContext *bsc, const ShowBgpPeeringConfigReq *req)
Definition:
bgp_show_ifmap_peering_config.cc:117
bgp_ifmap_sandesh.h
BgpSandeshContext
Definition:
bgp_sandesh.h:23
ShowBgpIfmapPeeringConfigReqIterateHandler
void ShowBgpIfmapPeeringConfigReqIterateHandler(const BgpSandeshContext *bsc, const ShowBgpPeeringConfigReqIterate *req_iterate)
Definition:
bgp_show_ifmap_peering_config.cc:143
bgp_sandesh.h
contrail
controller
src
bgp
bgp_ifmap_sandesh.cc
Generated by
1.8.5