From bd1e997f15785a044a89d90795dcbd3d157104b5 Mon Sep 17 00:00:00 2001 From: Bob Lantz <rlantz@cs.stanford.edu> Date: Mon, 8 Feb 2010 15:43:23 -0800 Subject: [PATCH] Remove backslash. --- mininet/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mininet/cli.py b/mininet/cli.py index 83435829..8adeb9ec 100644 --- a/mininet/cli.py +++ b/mininet/cli.py @@ -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 ): -- GitLab