Fix documentation of failMode in OVSSwitch

This commit is contained in:
Felician Nemeth
2016-02-19 01:26:00 -08:00
parent e113f8ed12
commit 1bd0e927d2
+1 -1
View File
@@ -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)