examples/csma-bridge-one-hop.cc
changeset 3938 972310213d07
parent 3937 04f9377661b8
child 3942 eef10dbce686
--- a/examples/csma-bridge-one-hop.cc	Wed Nov 19 15:54:12 2008 -0800
+++ b/examples/csma-bridge-one-hop.cc	Wed Nov 19 18:44:20 2008 -0800
@@ -176,7 +176,8 @@
 
   // 
   // Create router nodes, initialize routing database and set up the routing
-  // tables in the nodes.
+  // tables in the nodes.  We excuse the bridge nodes from having to serve as
+  // routers, since they don't even have internet stacks on them.
   //
   NodeContainer routerNodes (n0, n1, n2, n3, n4);
   GlobalRouteManager::PopulateRoutingTables (routerNodes);