fixed indent issue with examples/controllers.py
This commit is contained in:
@@ -30,7 +30,6 @@ topo = TreeTopo( depth=2, fanout=2 )
|
||||
net = Mininet( topo=topo, switch=MultiSwitch, build=False )
|
||||
for c in [ c0, c1 ]:
|
||||
net.addController(c)
|
||||
|
||||
net.build()
|
||||
net.start()
|
||||
CLI( net )
|
||||
|
||||
Reference in New Issue
Block a user