OpenSDN source code
|
#include "bgp/bgp_show_handler.h"
#include <boost/foreach.hpp>
#include "base/regex.h"
#include "bgp/bgp_config_ifmap.h"
#include "bgp/bgp_peer_types.h"
#include "bgp/bgp_peer_internal_types.h"
#include "bgp/bgp_server.h"
#include "schema/bgp_schema_types.h"
Go to the source code of this file.
Functions | |
static void | FillBgpPeeringConfigInfo (ShowBgpPeeringConfig *sbpc, const BgpSandeshContext *bsc, const BgpIfmapPeeringConfig *peering) |
void | ShowBgpIfmapPeeringConfigReqHandler (const BgpSandeshContext *bsc, const ShowBgpPeeringConfigReq *req) |
void | ShowBgpIfmapPeeringConfigReqIterateHandler (const BgpSandeshContext *bsc, const ShowBgpPeeringConfigReqIterate *req_iterate) |
|
static |
Definition at line 25 of file bgp_show_ifmap_peering_config.cc.
void ShowBgpIfmapPeeringConfigReqHandler | ( | const BgpSandeshContext * | bsc, |
const ShowBgpPeeringConfigReq * | req | ||
) |
Definition at line 117 of file bgp_show_ifmap_peering_config.cc.
void ShowBgpIfmapPeeringConfigReqIterateHandler | ( | const BgpSandeshContext * | bsc, |
const ShowBgpPeeringConfigReqIterate * | req_iterate | ||
) |
Definition at line 143 of file bgp_show_ifmap_peering_config.cc.