Skip to content
Snippets Groups Projects
Commit 6721f065 authored by backb1's avatar backb1 Committed by Bob Lantz
Browse files

Some clarifications

parent d37d6ecd
No related branches found
No related tags found
No related merge requests found
......@@ -386,7 +386,7 @@ def buildFromTopo( self, topo=None ):
if not self.controllers and self.controller:
# Add a default controller
info( '*** Adding controller\n' )
info( '** No controller defined, adding default controller\n' )
classes = self.controller
if type( classes ) is not list:
classes = [ classes ]
......@@ -464,7 +464,9 @@ def start( self ):
self.build()
info( '*** Starting controller\n' )
for controller in self.controllers:
info( controller.name + ' ')
controller.start()
info( '\n' )
info( '*** Starting %s switches\n' % len( self.switches ) )
for switch in self.switches:
info( switch.name + ' ')
......
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