We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
allow-extra-patch-ports
1 parent 536b8ce commit d5149e9Copy full SHA for d5149e9
devel/yaml_api.md
@@ -1237,6 +1237,13 @@ options:
1237
* `mcast-snooping-enable`: String.
1238
* `fail-mode`: String.
1239
* `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.
1247
1248
### OpenvSwitch Bridge Ports
1249
0 commit comments