Skip to content
Snippets Groups Projects
Commit 2e7d0d49 authored by Brian O'Connor's avatar Brian O'Connor
Browse files

fixed indent issue with examples/controllers.py

parent e9a835ac
No related branches found
No related tags found
No related merge requests found
......@@ -29,8 +29,7 @@ def start( self, controllers ):
topo = TreeTopo( depth=2, fanout=2 )
net = Mininet( topo=topo, switch=MultiSwitch, build=False )
for c in [ c0, c1 ]:
net.addController(c)
net.addController(c)
net.build()
net.start()
CLI( net )
......
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