Remove backslash.
This commit is contained in:
+1
-1
@@ -46,7 +46,7 @@ from mininet.log import lg
|
|||||||
class CLI( object ):
|
class CLI( object ):
|
||||||
"Simple command-line interface to talk to nodes."
|
"Simple command-line interface to talk to nodes."
|
||||||
|
|
||||||
cmds = [ '?', 'help', 'nodes', 'net', 'sh', 'ping_all', 'exit', \
|
cmds = [ '?', 'help', 'nodes', 'net', 'sh', 'ping_all', 'exit',
|
||||||
'ping_pair', 'iperf', 'iperf_udp', 'intfs', 'dump' ]
|
'ping_pair', 'iperf', 'iperf_udp', 'intfs', 'dump' ]
|
||||||
|
|
||||||
def __init__( self, mininet ):
|
def __init__( self, mininet ):
|
||||||
|
|||||||
Reference in New Issue
Block a user