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

Remove backslash.

parent 8895862a
No related branches found
No related tags found
No related merge requests found
......@@ -46,7 +46,7 @@
class CLI( object ):
"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' ]
def __init__( self, mininet ):
......
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