|
INET Framework for OMNeT++/OMNEST
|
Holds the RIP configuration of the interfaces. More...
#include <Rip.h>
Public Member Functions | |
| RipNetworkInterface (const NetworkInterface *ie) | |
Public Attributes | |
| const NetworkInterface * | ie = nullptr |
| int | metric = 0 |
| RipMode | mode = NO_RIP |
Holds the RIP configuration of the interfaces.
We could store this data in the NetworkInterface* itself, but it contains only 5 holes for protocol data, and they are used by network layer protocols only. Therefore Rip manages its own table of these entries.
|
inline |
| const NetworkInterface* inet::RipNetworkInterface::ie = nullptr |
Referenced by inet::Rip::processResponse(), RipNetworkInterface(), inet::Rip::sendRIPRequest(), and inet::Rip::sendRoutes().
| int inet::RipNetworkInterface::metric = 0 |