EigrpIpv6Update
classEIGRP Update Message
Inheritance diagram
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.
Extends
| Name | Type | Description |
|---|---|---|
| EigrpIpv6Message | class | (no description) |
Fields
| Name | Type | Description |
|---|---|---|
| interRoutes | EigrpMpIpv6Internal[] |
TODO - dost zvlastni pouziti, jestli bude cas tak predelat - pouze kopiruji pristup z IPv4 |
| chunkLength | b | |
| version | char |
Version of EIGRP header |
| opcode | int8_t |
Type of message |
| init | bool |
flags |
| cr | bool |
Conditionally Received |
| rs | bool |
Reset |
| eot | bool |
End of table |
| seqNum | int |
Sequence number |
| ackNum | int |
Acknowledgement number |
| vrid | uint16_t | |
| asNum | uint16_t |
Autonomous system number |
| id | int | |
| mutable | bool | |
| complete | bool | |
| correct | bool | |
| properlyRepresented | bool | |
| rawBin | string[] | |
| rawHex | string[] | |
| regionTags | SharingRegionTagSet::TagBaseRegionTag[] |
Source code
// EIGRP Update Message class EigrpIpv6Update extends EigrpIpv6Message { }File: src/inet/routing/eigrp/messages/EigrpMessage.msg