From 1bd0e927d248bc72538ee703f500245d3226c121 Mon Sep 17 00:00:00 2001 From: Felician Nemeth Date: Fri, 19 Feb 2016 01:26:00 -0800 Subject: [PATCH] Fix documentation of failMode in OVSSwitch --- mininet/node.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mininet/node.py b/mininet/node.py index b0a3951..ea7851b 100644 --- a/mininet/node.py +++ b/mininet/node.py @@ -1028,7 +1028,7 @@ class OVSSwitch( Switch ): inband=False, protocols=None, reconnectms=1000, stp=False, batch=False, **params ): """name: name for switch - failMode: controller loss behavior (secure|open) + failMode: controller loss behavior (secure|standalone) datapath: userspace or kernel mode (kernel|user) inband: use in-band control (False) protocols: use specific OpenFlow version(s) (e.g. OpenFlow13)