IPv6 Routing Table and Neighbour Discovery data structures.
See also: IPv6, IPv6NeighbourDiscovery, ICMPv6
The following diagram shows usage relationships between types. Unresolved types are missing from the diagram.
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.
Name | Type | Description |
---|---|---|
Router6 | compound module |
IPv6 router. |
StandardHost6 | compound module |
Name | Type | Default value | Description |
---|---|---|---|
routingTableFile | xml | ||
isRouter | bool |
Name | Value | Description |
---|---|---|
display | i=block/table |
// // \IPv6 Routing Table and Neighbour Discovery data structures. // // @see IPv6, IPv6NeighbourDiscovery, ICMPv6 // simple RoutingTable6 { parameters: xml routingTableFile; bool isRouter; @display("i=block/table"); }