Merge pull request #597 from nemethf/doc_fix
Fix documentation of failMode in OVSSwitch
This commit is contained in:
+1
-1
@@ -1028,7 +1028,7 @@ class OVSSwitch( Switch ):
|
|||||||
inband=False, protocols=None,
|
inband=False, protocols=None,
|
||||||
reconnectms=1000, stp=False, batch=False, **params ):
|
reconnectms=1000, stp=False, batch=False, **params ):
|
||||||
"""name: name for switch
|
"""name: name for switch
|
||||||
failMode: controller loss behavior (secure|open)
|
failMode: controller loss behavior (secure|standalone)
|
||||||
datapath: userspace or kernel mode (kernel|user)
|
datapath: userspace or kernel mode (kernel|user)
|
||||||
inband: use in-band control (False)
|
inband: use in-band control (False)
|
||||||
protocols: use specific OpenFlow version(s) (e.g. OpenFlow13)
|
protocols: use specific OpenFlow version(s) (e.g. OpenFlow13)
|
||||||
|
|||||||
Reference in New Issue
Block a user