--- 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