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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user