From 956bf4f2d0fc1dd25fa99d0ccdcad6f4ae4cdbcc Mon Sep 17 00:00:00 2001 From: Brandon Heller Date: Sun, 14 Mar 2010 03:34:07 -0700 Subject: [PATCH] Fix param typo --- mininet/net.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mininet/net.py b/mininet/net.py index a06727c..0f37133 100755 --- a/mininet/net.py +++ b/mininet/net.py @@ -126,7 +126,7 @@ class Mininet( object ): host: Host class controller: Controller class cparams: ControllerParams object - now: build now from topo? + build: build now from topo? xterms: if build now, spawn xterms? cleanup: if build now, cleanup before creating? inNamespace: spawn switches and controller in net namespaces?