Namespace inet
EigrpStub
structStruct for EIGRP stub
Fields
Name | Type | Description |
---|---|---|
connectedRt | bool | |
staticRt | bool | |
summaryRt | bool | |
redistributedRt | bool | |
leakMapRt | bool | |
recvOnlyRt | bool |
Source code
// Struct for EIGRP stub struct EigrpStub { @packetData; bool connectedRt = false; bool staticRt = false; bool summaryRt = false; bool redistributedRt = false; bool leakMapRt = false; bool recvOnlyRt = false; }File: src/inet/routing/eigrp/messages/EigrpMessage.msg