equal
deleted
inserted
replaced
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::: |