Fix remote controller param

This commit is contained in:
Brandon Heller
2010-03-05 01:13:22 -08:00
parent 7ae73e677f
commit c8641d7d15
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -201,7 +201,7 @@ class MininetRunner( object ):
controller = CONTROLLERS[ self.options.controller ]
if self.options.controller == 'remote':
controller = lambda a, b: RemoteController( a, b,
ipAddress=self.options.ip,
defaultIP=self.options.ip,
port=self.options.port )
if self.validate: