From 0e8cca08694677fb546be163570914477c5c4a35 Mon Sep 17 00:00:00 2001 From: Bob Lantz Date: Thu, 10 May 2012 16:54:03 -0700 Subject: [PATCH] Remove unnecessary and broken --ip option. --- bin/mn | 3 --- 1 file changed, 3 deletions(-) diff --git a/bin/mn b/bin/mn index 16fdc94..a1173ca 100755 --- a/bin/mn +++ b/bin/mn @@ -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,