doc/manual/source/routing.rst
changeset 7137 dbefbad7bee3
parent 6771 ceee5c344919
child 7140 d203296efb63
equal deleted inserted replaced
7136:3c78ec58343f 7137:dbefbad7bee3
   105 Global Unicast Routing API
   105 Global Unicast Routing API
   106 ++++++++++++++++++++++++++
   106 ++++++++++++++++++++++++++
   107 
   107 
   108 The public API is very minimal. User scripts include the following:::
   108 The public API is very minimal. User scripts include the following:::
   109 
   109 
   110     #include "ns3/helper-module.h"
   110     #include "ns3/internet-module.h"
   111 
   111 
   112 If the default InternetStackHelper is used, then an instance of global routing
   112 If the default InternetStackHelper is used, then an instance of global routing
   113 will be aggregated to each node.  After IP addresses are configured, the
   113 will be aggregated to each node.  After IP addresses are configured, the
   114 following function call will cause all of the nodes that have an Ipv4 interface
   114 following function call will cause all of the nodes that have an Ipv4 interface
   115 to receive forwarding tables entered automatically by the GlobalRouteManager:::
   115 to receive forwarding tables entered automatically by the GlobalRouteManager:::