Use IP address strings rather than hex number.

This commit is contained in:
Bob Lantz
2010-03-09 21:45:32 -08:00
parent 7ecd095c45
commit 315cbf9e79
+1 -1
View File
@@ -173,7 +173,7 @@ class MininetRunner( object ):
if self.validate:
self.validate( self.options )
controllerParams = ControllerParams( 0x0a000000, 8 ) # 10.0.0.0/8
controllerParams = ControllerParams( '10.0.0.0', 8 )
inNamespace = self.options.inNamespace
xterms = self.options.xterms
mac = self.options.mac