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. Click here to see the full picture.
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram. Click here to see the full picture.
If a module type shows up more than once, that means it has been defined in more than one NED file.
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"); }