Revision 0e8cca08 bin/mn
bin/mn | ||
---|---|---|
205 | 205 |
opts.add_option( '--verbosity', '-v', type='choice', |
206 | 206 |
choices=LEVELS.keys(), default = 'info', |
207 | 207 |
help = '|'.join( LEVELS.keys() ) ) |
208 |
opts.add_option( '--ip', type='string', default='127.0.0.1', |
|
209 |
help='ip address as a dotted decimal string for a' |
|
210 |
'remote controller' ) |
|
211 | 208 |
opts.add_option( '--innamespace', action='store_true', |
212 | 209 |
default=False, help='sw and ctrl in namespace?' ) |
213 | 210 |
opts.add_option( '--listenport', type='int', default=6635, |
Also available in: Unified diff