Changes to note neither ^C nor interactive commands work atm.

This commit is contained in:
Bob Lantz
2010-03-12 16:40:58 -08:00
parent 7b323bd4f4
commit 74993b6536
+2 -3
View File
@@ -28,8 +28,7 @@ and bandwidth ('iperf'.)
Bugs/limitations: Bugs/limitations:
- Interactive commands are not supported at the moment; - Interactive commands are not supported at the moment;
notably, if you type 'ping h1', you can control-C it, but notably, if you type 'ping h1', you can't interrupt it.
it breaks the CLI and your network. ;-(
For now, we recommend limiting CLI use to non-interactive For now, we recommend limiting CLI use to non-interactive
commands which terminate in a reasonable amount of time. commands which terminate in a reasonable amount of time.
@@ -74,7 +73,7 @@ class CLI( Cmd ):
' mininet> h0 ping -c1 h1\n' ' mininet> h0 ping -c1 h1\n'
'should work.\n' 'should work.\n'
'\n' '\n'
'Interactive commands are not really supported yet,\n' 'Interactive commands are not supported yet,\n'
'so please limit commands to ones that do not\n' 'so please limit commands to ones that do not\n'
'require user interaction and will terminate\n' 'require user interaction and will terminate\n'
'after a reasonable amount of time.\n' ) 'after a reasonable amount of time.\n' )