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