updated ovs service to use fail mode secure
This commit is contained in:
parent
554f4a570d
commit
2cd0f381ea
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ class OvsService(SdnService):
|
|||
cfg = "#!/bin/sh\n"
|
||||
cfg += "# auto-generated by OvsService (OvsService.py)\n"
|
||||
cfg += "/etc/init.d/openvswitch-switch start < /dev/null\n"
|
||||
cfg += "ovs-vsctl add-br ovsbr0\n"
|
||||
cfg += "ovs-vsctl add-br ovsbr0 -- set Bridge ovsbr0 fail-mode=secure\n"
|
||||
cfg += "ifconfig ovsbr0 up\n"
|
||||
|
||||
for ifc in node.netifs():
|
||||
|
|
Loading…
Reference in a new issue