OpenSDN source code
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
bgp_factory.cc
Go to the documentation of this file.
1 #include "bgp/bgp_factory.h"
2 
3 
6 //template<> BgpConfigManagerRec::DefaultLinkType //Is abstract
7 //BgpConfigManagerRec::default_link_{};
8 
9 #include "bgp/bgp_membership.h"
14 
15 #include "bgp/bgp_export.h"
20 
21 #include "bgp/bgp_evpn.h"
26 
27 #include "bgp/bgp_multicast.h"
32 
33 #include "bgp/bgp_mvpn.h"
42 
43 #include "bgp/peer_close_manager.h"
48 
54 
64 
70 
71 #include "bgp/bgp_peer_close.h"
76 
77 #include "bgp/state_machine.h"
82 
83 #include "bgp/bgp_lifetime.h"
88 
94 
95 #include "bgp/bgp_ribout_updates.h"
100 
101 #include "bgp/bgp_peer.h"
102 template<> BgpPeerRec::FunctionType
103 BgpPeerRec::create_func_ = nullptr;
106 
116 
117 #include "bgp/bgp_message_builder.h"
122 
128 
129 //
130 //
131 //
typename FactoryTypes< Base, Args...>::FunctionType FunctionType
Definition: factory.h:60
static DefaultLinkType default_link_
Definition: factory.h:64
static FunctionType create_func_
Definition: factory.h:63