OpenSDN source code
|
#include "bgp/bgp_show_handler.h"
#include <boost/assign/list_of.hpp>
#include <boost/foreach.hpp>
#include "base/regex.h"
#include "bgp/bgp_config.h"
#include "bgp/bgp_config_ifmap.h"
#include "bgp/bgp_peer_internal_types.h"
#include "bgp/bgp_server.h"
Go to the source code of this file.
Functions | |
static void | FillBgpInstanceConfigInfo (ShowBgpInstanceConfig *sbic, const BgpSandeshContext *bsc, const BgpInstanceConfig *instance) |
static void | FillBgpRoutingPolicyInfo (ShowBgpRoutingPolicyConfig *sbrpc, const BgpSandeshContext *bsc, const BgpRoutingPolicyConfig *policy) |
static void | FillBgpNeighborConfigInfo (ShowBgpNeighborConfig *sbnc, const BgpSandeshContext *bsc, const BgpNeighborConfig *neighbor) |
static void | FillBgpGlobalSystemConfigInfo (ShowBgpGlobalSystemConfig *sbgc, const BgpSandeshContext *bsc, const BgpGlobalSystemConfig *bgsc) |
|
static |
|
static |
|
static |
|
static |