Comment edits and pass code check

This commit is contained in:
Bob Lantz
2015-01-17 13:56:37 -08:00
parent 6da3fcdef1
commit 79f5d39db5
+5 -3
View File
@@ -20,9 +20,11 @@ a single switch:
r0-eth3 - s3-eth1 - h3-eth0 (IP: 10.0.0.100) r0-eth3 - s3-eth1 - h3-eth0 (IP: 10.0.0.100)
The example relies on default routing entries that are The example relies on default routing entries that are
automatically created for each interface. Additional automatically created for each router interface, as well
routes may be added to the router or hosts by executing as 'defaultRoute' parameters for the host interfaces.
'ip route' or 'route' commands on the router or hosts.
Additional routes may be added to the router or hosts by
executing 'ip route' or 'route' commands on the router or hosts.
""" """
from mininet.topo import Topo from mininet.topo import Topo