Skip to content

Commit d5149e9

Browse files
committed
Add allow-extra-patch-ports option for OVS bridge option
Signed-off-by: Gris Ge <fge@redhat.com>
1 parent 536b8ce commit d5149e9

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

devel/yaml_api.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1237,6 +1237,13 @@ options:
12371237
* `mcast-snooping-enable`: String.
12381238
* `fail-mode`: String.
12391239
* `datapath`: String. Only for DPDK.
1240+
* `allow-extra-patch-ports`: Boolean. When set to true, the verification
1241+
stage of nmstate will ignore extra OVS patch port not mentioned in `port`
1242+
section. This allows external tool to attach OVS patch port upon nmstate
1243+
creating the OVS bridge. This option is not persisted because it only
1244+
control nmstate verification stage during apply action. The default value
1245+
is false means the verification stage will make sure OVS bridge port list
1246+
match with desired state.
12401247

12411248
### OpenvSwitch Bridge Ports
12421249

0 commit comments

Comments
 (0)