From c16679863b1e150240f122670ff11a68a066ef52 Mon Sep 17 00:00:00 2001 From: Bob Lantz Date: Mon, 12 Apr 2010 18:37:33 -0700 Subject: [PATCH] Updated comments to reflect interactive command support. It may be fragile, but it does sort of work. --- mininet/cli.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/mininet/cli.py b/mininet/cli.py index d2fc033..532353f 100644 --- a/mininet/cli.py +++ b/mininet/cli.py @@ -23,11 +23,6 @@ Several useful commands are provided, including the ability to list all nodes ('nodes'), to print out the network topology ('net') and to check connectivity ('pingall', 'pingpair') and bandwidth ('iperf'.) - -Bugs/limitations: - -- Interactive commands are not supported at the moment - """ from subprocess import call