OpenSDN source code
 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  */
5 
6 #include "bgp/bgp_sandesh.h"
7 
8 class ShowBgpPeeringConfigReq;
9 class ShowBgpPeeringConfigReqIterate;
10 
12  const BgpSandeshContext *bsc,
13  const ShowBgpPeeringConfigReq *req);
15  const BgpSandeshContext *bsc,
16  const ShowBgpPeeringConfigReqIterate *req_iterate);
17 
22 }
void RegisterSandeshShowIfmapHandlers(BgpSandeshContext *bsc)
void SetPeeringShowHandlers(const PeeringReqHandler &show_peering_req_handler, const PeeringReqIterateHandler &show_peering_req_iterate_handler)
Definition: bgp_sandesh.cc:687
void ShowBgpIfmapPeeringConfigReqHandler(const BgpSandeshContext *bsc, const ShowBgpPeeringConfigReq *req)
void ShowBgpIfmapPeeringConfigReqIterateHandler(const BgpSandeshContext *bsc, const ShowBgpPeeringConfigReqIterate *req_iterate)