Helper to set or get some IPv6 information about nodes. More...
Public Member Functions | |
void | AddAddress (Ptr< Node > &n, uint32_t interface, Ipv6Address address) |
Add an address to a IPv6 node. | |
void | PrintRoutingTable (Ptr< Node > &n) |
Print the routing table. | |
Helper to set or get some IPv6 information about nodes.
Definition at line 36 of file simple-routing-ping6.cc.
|
inline |
Add an address to a IPv6 node.
n | node |
interface | interface index |
address | IPv6 address to add |
Definition at line 45 of file simple-routing-ping6.cc.
Print the routing table.
n | the node |
Definition at line 55 of file simple-routing-ping6.cc.
References ns3::Ipv6RoutingTableEntry::GetDest(), ns3::Ipv6RoutingTableEntry::GetGateway(), ns3::Ipv6RoutingTableEntry::GetInterface(), ns3::Ipv6RoutingTableEntry::GetPrefixToUse(), and ns3::Ipv6StaticRoutingHelper::GetStaticRouting().