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

Fixed printing in CLI.net()

parent 73360ab9
No related branches found
No related tags found
No related merge requests found
......@@ -89,7 +89,7 @@ def do_nodes( self, args ):
def do_net( self, args ):
"List network connections."
for switch in self.mn.switches:
info( '%s <->', switch.name )
info( switch.name, '<->' )
for intf in switch.intfs.values():
name = switch.connection[ intf ][ 1 ]
info( ' %s' % 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