examples/routing/global-injection-slash32.cc
changeset 7157 43d2fb5bfb12
parent 6865 220373544a6c
child 7196 0f12b1572bca
--- a/examples/routing/global-injection-slash32.cc	Thu May 12 21:19:07 2011 -0700
+++ b/examples/routing/global-injection-slash32.cc	Thu May 12 21:49:50 2011 -0700
@@ -69,7 +69,7 @@
   Ipv4ListRoutingHelper staticonly;
   Ipv4ListRoutingHelper staticRouting;
   staticonly.Add(staticRouting, 0);
-  internet.SetRoutingHelper(staticonly);
+  internet.SetRoutingHelper(staticonly);  // has effect on the next Install ()
   internet.Install(NodeContainer(nC));
 
   // We create the channels first without any IP addressing information