Public Member Functions | |
OspfConfig () | |
~OspfConfig () | |
void | addNetwork (std::string prefix, uint32_t area) |
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< uint32_t > * | iflist |
std::string | m_filename |
bool | m_ospfdebug |
uint32_t | m_routerId |
Private Attributes | |
std::map< std::string, uint32_t > * | networks |
Definition at line 102 of file quagga-helper.cc.
|
inline |
Definition at line 107 of file quagga-helper.cc.
|
inline |
Definition at line 113 of file quagga-helper.cc.
|
inline |
Definition at line 137 of file quagga-helper.cc.
References networks.
|
inline |
Definition at line 149 of file quagga-helper.cc.
References m_filename.
|
inline |
Definition at line 131 of file quagga-helper.cc.
References GetTypeId().
|
inlinestatic |
Definition at line 122 of file quagga-helper.cc.
Referenced by GetInstanceTypeId().
|
inlinevirtual |
Definition at line 155 of file quagga-helper.cc.
References iflist, m_ospfdebug, and networks.
|
inline |
Definition at line 143 of file quagga-helper.cc.
References m_filename.
std::vector<uint32_t>* ns3::OspfConfig::iflist |
Definition at line 185 of file quagga-helper.cc.
Referenced by OspfConfig(), Print(), and ~OspfConfig().
std::string ns3::OspfConfig::m_filename |
Definition at line 186 of file quagga-helper.cc.
Referenced by GetFilename(), and SetFilename().
bool ns3::OspfConfig::m_ospfdebug |
Definition at line 119 of file quagga-helper.cc.
Referenced by Print().
uint32_t ns3::OspfConfig::m_routerId |
Definition at line 187 of file quagga-helper.cc.
Referenced by ns3::QuaggaHelper::GenerateConfigOspf().
|
private |
Definition at line 105 of file quagga-helper.cc.
Referenced by addNetwork(), OspfConfig(), Print(), and ~OspfConfig().