OpenSDN source code
|
#include <boost/function.hpp>
#include <boost/scoped_ptr.hpp>
#include <map>
#include <set>
#include <string>
#include <utility>
#include <vector>
#include "base/task_trigger.h"
#include "base/util.h"
#include "base/index_map.h"
#include "bgp/bgp_config.h"
#include "ifmap/ifmap_config_listener.h"
#include "ifmap/ifmap_node_proxy.h"
Go to the source code of this file.
Classes | |
class | BgpIfmapPeeringConfig |
class | BgpIfmapProtocolConfig |
class | BgpIfmapInstanceConfig |
class | BgpIfmapRoutingPolicyLinkConfig |
class | BgpIfmapRoutingPolicyConfig |
class | BgpIfmapGlobalSystemConfig |
class | BgpIfmapGlobalQosConfig |
class | BgpIfmapConfigData |
class | BgpIfmapConfigManager |
Namespaces | |
autogen | |
Macros | |
#define | EVPN_ES_IMPORT_ROUTE_TARGET_AS2 (BGP_RTGT_MIN_ID_AS2 - 1) |
#define | EVPN_ES_IMPORT_ROUTE_TARGET_AS4 (BGP_RTGT_MIN_ID_AS4 - 1) |
Typedefs | |
typedef struct IFMapConfigListener::ConfigDelta | BgpConfigDelta |
#define EVPN_ES_IMPORT_ROUTE_TARGET_AS2 (BGP_RTGT_MIN_ID_AS2 - 1) |
Definition at line 24 of file bgp_config_ifmap.h.
#define EVPN_ES_IMPORT_ROUTE_TARGET_AS4 (BGP_RTGT_MIN_ID_AS4 - 1) |
Definition at line 25 of file bgp_config_ifmap.h.
typedef struct IFMapConfigListener::ConfigDelta BgpConfigDelta |
Definition at line 28 of file bgp_config_ifmap.h.