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

Remove unnecessary and broken --ip option.

parent 0eba655d
No related branches found
No related tags found
No related merge requests found
......@@ -205,9 +205,6 @@ class MininetRunner( object ):
opts.add_option( '--verbosity', '-v', type='choice',
choices=LEVELS.keys(), default = 'info',
help = '|'.join( LEVELS.keys() ) )
opts.add_option( '--ip', type='string', default='127.0.0.1',
help='ip address as a dotted decimal string for a'
'remote controller' )
opts.add_option( '--innamespace', action='store_true',
default=False, help='sw and ctrl in namespace?' )
opts.add_option( '--listenport', type='int', default=6635,
......
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