Second crack at a ripcordtest.py that actually works.

ripcord.py was a name conflict - ugh!
This one creates a network successfully, but ping doesn't work with
nox out of the box at least.
This commit is contained in:
Bob Lantz
2009-12-14 21:35:08 -08:00
parent 0b084dd51a
commit c53fa3ba32
3 changed files with 61 additions and 51 deletions
-1
View File
@@ -451,7 +451,6 @@ class Network( object ):
kernel=True,
Controller=Controller, Switch=Switch,
hostIpGen=ipGen, hostIpStart=( 192, 168, 123, 1 ) ):
print "NETWORK: Controller=", Controller
self.kernel = kernel
self.Controller = Controller
self.Switch = Switch