From 2aafefc2fa3cd7ff5f6e912791e3b271d3560066 Mon Sep 17 00:00:00 2001 From: Bob Lantz Date: Fri, 17 Aug 2012 15:26:19 -0700 Subject: [PATCH] Fix typo in RemoteController.__init__ comment. Thanks to Isaku Yamahata. --- mininet/node.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mininet/node.py b/mininet/node.py index 0a20d29..80366c4 100644 --- a/mininet/node.py +++ b/mininet/node.py @@ -1060,7 +1060,7 @@ class RemoteController( Controller ): port=6633, **kwargs): """Init. name: name to give controller - defaultIP: the IP address where the remote controller is + ip: the IP address where the remote controller is listening port: the port where the remote controller is listening""" Controller.__init__( self, name, ip=ip, port=port,