OverSim
|
Structure that contains all information about a router-level node. More...
#include <RUNetworkConfigurator.h>
Public Member Functions | |
nodeInfoRL () | |
nodeInfoRL (cTopology::Node *node) |
Public Attributes | |
bool | isIPNode |
IInterfaceTable * | ift |
InterfaceEntry * | defaultRouteIE |
int | asId |
int | asType |
int | routerType |
int | moduleId |
IRoutingTable * | rt |
IPAddress | addr |
bool | usesDefaultRoute |
cModule * | module |
cTopology::Node * | node |
Structure that contains all information about a router-level node.
During initialization all necessary information is extraced of the given node: Does it belong to Stub or Transit AS, ID, router type. In addition, default interfaces are determined for gateway, edge, and host routers. Core routers do not have any default routes.
Definition at line 72 of file RUNetworkConfigurator.h.
|
inline |
Definition at line 84 of file RUNetworkConfigurator.h.
|
inline |
Definition at line 85 of file RUNetworkConfigurator.h.
IPAddress nodeInfoRL::addr |
Definition at line 79 of file RUNetworkConfigurator.h.
Referenced by RUNetworkConfigurator::createInterASPaths(), nodeInfoRL(), and RUNetworkConfigurator::setIntraASRoutes().
int nodeInfoRL::asId |
Definition at line 77 of file RUNetworkConfigurator.h.
Referenced by RUNetworkConfigurator::disableStubLinks(), and nodeInfoRL().
int nodeInfoRL::asType |
Definition at line 77 of file RUNetworkConfigurator.h.
Referenced by nodeInfoRL().
InterfaceEntry* nodeInfoRL::defaultRouteIE |
Definition at line 76 of file RUNetworkConfigurator.h.
Referenced by nodeInfoRL(), and RUNetworkConfigurator::setIntraASRoutes().
IInterfaceTable* nodeInfoRL::ift |
Definition at line 75 of file RUNetworkConfigurator.h.
Referenced by nodeInfoRL(), and RUNetworkConfigurator::setIntraASRoutes().
bool nodeInfoRL::isIPNode |
Definition at line 74 of file RUNetworkConfigurator.h.
Referenced by nodeInfoRL().
cModule* nodeInfoRL::module |
Definition at line 81 of file RUNetworkConfigurator.h.
Referenced by nodeInfoRL(), and RUNetworkConfigurator::setIntraASRoutes().
int nodeInfoRL::moduleId |
Definition at line 77 of file RUNetworkConfigurator.h.
Referenced by RUNetworkConfigurator::initialize(), and nodeInfoRL().
cTopology::Node* nodeInfoRL::node |
Definition at line 82 of file RUNetworkConfigurator.h.
Referenced by nodeInfoRL(), and RUNetworkConfigurator::setIntraASRoutes().
int nodeInfoRL::routerType |
Definition at line 77 of file RUNetworkConfigurator.h.
Referenced by nodeInfoRL(), and RUNetworkConfigurator::setIntraASRoutes().
IRoutingTable* nodeInfoRL::rt |
Definition at line 78 of file RUNetworkConfigurator.h.
Referenced by nodeInfoRL(), and RUNetworkConfigurator::setIntraASRoutes().
bool nodeInfoRL::usesDefaultRoute |
Definition at line 80 of file RUNetworkConfigurator.h.