OpenSDN source code
|
#include "oper/interface_common.h"
#include <base/index_allocator.h>
#include "oper/global_system_config.h"
Go to the source code of this file.
Classes | |
class | BgpAsAService |
struct | BgpAsAService::BgpAsAServiceEntry |
struct | BgpAsAService::BgpAsAServiceList |
Macros | |
#define | BGP_ROUTER_CONFIG_NAME "bgp-router" |
#define | BGP_AS_SERVICE_CONFIG_NAME "bgp-as-a-service" |
#define | BGPAAS_CONTROL_NODE_ZONE_CONFIG_NAME "bgpaas-control-node-zone" |
#define | VALID_BGP_ROUTER_TYPE "bgpaas-client" |
#define | BGPASASERVICETRACE(obj,...) |
Variables | |
SandeshTraceBufferPtr | BgpAsAServiceTraceBuf |
#define BGP_AS_SERVICE_CONFIG_NAME "bgp-as-a-service" |
Definition at line 56 of file bgp_as_service.h.
#define BGP_ROUTER_CONFIG_NAME "bgp-router" |
Definition at line 55 of file bgp_as_service.h.
#define BGPAAS_CONTROL_NODE_ZONE_CONFIG_NAME "bgpaas-control-node-zone" |
Definition at line 57 of file bgp_as_service.h.
#define BGPASASERVICETRACE | ( | obj, | |
... | |||
) |
Definition at line 61 of file bgp_as_service.h.
#define VALID_BGP_ROUTER_TYPE "bgpaas-client" |
Definition at line 58 of file bgp_as_service.h.
SandeshTraceBufferPtr BgpAsAServiceTraceBuf |