Merge pull request #353 from mininet/devel/nat

Adding NAT class to NodeLib
This commit is contained in:
lantz
2014-08-21 14:16:41 -05:00
6 changed files with 219 additions and 7 deletions
-1
View File
@@ -1358,7 +1358,6 @@ class RemoteController( Controller ):
warn( "Unable to contact the remote controller"
" at %s:%d\n" % ( self.ip, self.port ) )
def DefaultController( name, order=[ Controller, OVSController ], **kwargs ):
"find any controller that is available and run it"
for controller in order: