ns3-bgp  0.2
BGP module for ns-3.
bgp-ns3-fsm.cc
Go to the documentation of this file.
1 
11 #include "bgp-ns3-fsm.h"
12 
13 namespace ns3 {
14 
20 BgpNs3Fsm::BgpNs3Fsm(libbgp::BgpConfig config) : libbgp::BgpFsm(config) {}
21 
22 }
BgpNs3Fsm(libbgp::BgpConfig config)
Construct a new ns3-ptr wrapped libbgp BgpFsm.
Definition: bgp-ns3-fsm.cc:20
ns3 smart pointer wrapper for libbgp BGP FSM.
Definition: bgp-log.cc:15