From 315cbf9e79d96e50b2af8f7f4fd355781e3a008f Mon Sep 17 00:00:00 2001 From: Bob Lantz Date: Tue, 9 Mar 2010 21:45:32 -0800 Subject: [PATCH] Use IP address strings rather than hex number. --- bin/mn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/mn b/bin/mn index 3337244..3edfdad 100755 --- a/bin/mn +++ b/bin/mn @@ -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