Skip to content
Snippets Groups Projects
Commit 0fe73a67 authored by Bob Lantz's avatar Bob Lantz
Browse files

build=False is unnecessary if topo=None, which is the default

parent 8f5f38c6
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@
def multiControllerNet():
"Create a network from semi-scratch with multiple controllers."
net = Mininet( controller=Controller, switch=OVSSwitch, build=False )
net = Mininet( controller=Controller, switch=OVSSwitch )
print "*** Creating (reference) controllers"
c1 = net.addController( 'c1', port=6633 )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment