OpenSDN source code
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
bgp_show_config.cc File Reference
#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"
Include dependency graph for bgp_show_config.cc:

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)
 

Function Documentation

static void FillBgpGlobalSystemConfigInfo ( ShowBgpGlobalSystemConfig *  sbgc,
const BgpSandeshContext bsc,
const BgpGlobalSystemConfig bgsc 
)
static

Definition at line 511 of file bgp_show_config.cc.

Here is the call graph for this function:

static void FillBgpInstanceConfigInfo ( ShowBgpInstanceConfig *  sbic,
const BgpSandeshContext bsc,
const BgpInstanceConfig instance 
)
static

Definition at line 26 of file bgp_show_config.cc.

Here is the call graph for this function:

static void FillBgpNeighborConfigInfo ( ShowBgpNeighborConfig *  sbnc,
const BgpSandeshContext bsc,
const BgpNeighborConfig neighbor 
)
static

Definition at line 332 of file bgp_show_config.cc.

Here is the call graph for this function:

static void FillBgpRoutingPolicyInfo ( ShowBgpRoutingPolicyConfig *  sbrpc,
const BgpSandeshContext bsc,
const BgpRoutingPolicyConfig policy 
)
static

Definition at line 214 of file bgp_show_config.cc.

Here is the call graph for this function: