mn: change default passive listening port to 6634

Becomes consistent with the OpenFlow walkthrough & MN walkthrough web pages.
This commit is contained in:
Brandon Heller
2012-11-15 00:50:25 -08:00
parent dec1f402ed
commit bd964adb57
+1 -1
View File
@@ -181,7 +181,7 @@ class MininetRunner( object ):
help = '|'.join( LEVELS.keys() ) )
opts.add_option( '--innamespace', action='store_true',
default=False, help='sw and ctrl in namespace?' )
opts.add_option( '--listenport', type='int', default=6635,
opts.add_option( '--listenport', type='int', default=6634,
help='base port for passive switch listening' )
opts.add_option( '--nolistenport', action='store_true',
default=False, help="don't use passive listening " +