Public Member Functions | |
Ospf6Config () | |
~Ospf6Config () | |
std::string | GetFilename () const |
TypeId | GetInstanceTypeId (void) const |
virtual void | Print (std::ostream &os) const |
void | SetFilename (const std::string &filename) |
Static Public Member Functions | |
static TypeId | GetTypeId (void) |
Public Attributes | |
std::vector< std::string > * | m_enable_if |
std::string | m_filename |
bool | m_ospf6debug |
uint32_t | m_router_id |
Definition at line 340 of file quagga-helper.cc.
|
inline |
Definition at line 349 of file quagga-helper.cc.
References m_enable_if, and m_ospf6debug.
|
inline |
Definition at line 354 of file quagga-helper.cc.
References m_enable_if.
|
inline |
Definition at line 381 of file quagga-helper.cc.
References m_filename.
|
inline |
Definition at line 368 of file quagga-helper.cc.
References GetTypeId().
|
inlinestatic |
Definition at line 359 of file quagga-helper.cc.
Referenced by GetInstanceTypeId().
|
inlinevirtual |
Definition at line 387 of file quagga-helper.cc.
References m_enable_if, m_ospf6debug, and m_router_id.
|
inline |
Definition at line 375 of file quagga-helper.cc.
References m_filename.
Referenced by ns3::QuaggaHelper::GenerateConfigOspf6().
std::vector<std::string>* ns3::Ospf6Config::m_enable_if |
Definition at line 344 of file quagga-helper.cc.
Referenced by Ospf6Config(), Print(), and ~Ospf6Config().
std::string ns3::Ospf6Config::m_filename |
Definition at line 347 of file quagga-helper.cc.
Referenced by GetFilename(), and SetFilename().
bool ns3::Ospf6Config::m_ospf6debug |
Definition at line 345 of file quagga-helper.cc.
Referenced by Ospf6Config(), and Print().
uint32_t ns3::Ospf6Config::m_router_id |
Definition at line 346 of file quagga-helper.cc.
Referenced by Print().