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

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

parent 7b323bd4
No related branches found
No related tags found
No related merge requests found
......@@ -28,8 +28,7 @@
Bugs/limitations:
- Interactive commands are not supported at the moment;
notably, if you type 'ping h1', you can control-C it, but
it breaks the CLI and your network. ;-(
notably, if you type 'ping h1', you can't interrupt it.
For now, we recommend limiting CLI use to non-interactive
commands which terminate in a reasonable amount of time.
......@@ -74,7 +73,7 @@ def do_help( self, args ):
' mininet> h0 ping -c1 h1\n'
'should work.\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'
'require user interaction and will terminate\n'
'after a reasonable amount of time.\n' )
......
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