Exemplo n.º 1
0
 def do_ports(self, _line):
     "display ports and interfaces for each switch"
     dumpPorts(self.mn.switches)
Exemplo n.º 2
0
Arquivo: cli.py Projeto: croft/mininet
 def do_ports( self, _line ):
     "display ports and interfaces for each switch"
     dumpPorts( self.mn.switches )