ns3-bgp  0.2
BGP module for ns-3.
bgp-ns3-fsm.h
Go to the documentation of this file.
1 
11 #ifndef BGP_NS3_FSM_H
12 #define BGP_NS3_FSM_H
13 #include <libbgp/bgp-fsm.h>
14 #include "bgp-log.h"
15 #include "ns3/simple-ref-count.h"
16 
17 namespace ns3 {
18 
25 class BgpNs3Fsm : public libbgp::BgpFsm, public SimpleRefCount<BgpNs3Fsm> {
26 public:
28 };
29 
30 }
31 #endif // BGP_NS3_FSM_H
BgpNs3Fsm(libbgp::BgpConfig config)
Construct a new ns3-ptr wrapped libbgp BgpFsm.
Definition: bgp-ns3-fsm.cc:20
Definition: bgp-log.cc:15
libbgp log forwarder.
ns3 smart pointer wrapper for libbgp BGP FSM.
Definition: bgp-ns3-fsm.h:25