Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions devel/yaml_api.md
Original file line number Diff line number Diff line change
Expand Up @@ -1328,6 +1328,13 @@ interfaces:
The `options` subsection of Linux bridge interface `bridge` section holds these
options:

* `allow-extra-ports`: Boolean. When set to true, the verification stage of
nmstate will ignore extra bridge ports not mentioned in `port` section.
This allows external tools to attach ports while nmstate is creating or
updating the bridge. This option is not persisted because it only controls
nmstate verification stage during apply action. The default value is false,
which means verification will enforce bridge port list match with desired
state.
* `gc_timer`: Integer. Ignored when applying.
* `group-addr`: String.
* `group-forward-mask`: Integer.
Expand Down Expand Up @@ -1444,6 +1451,13 @@ options:
* `mcast-snooping-enable`: String.
* `fail-mode`: String.
* `datapath`: String. Only for DPDK.
* `allow-extra-ports`: Boolean. When set to true, the verification stage of
nmstate will ignore extra OVS bridge ports not mentioned in `port` section.
This allows external tools to attach OVS ports while nmstate is creating
or updating the OVS bridge. This option is not persisted because it only
controls nmstate verification stage during apply action. The default value
is false, which means verification will enforce bridge port list match with
desired state.
* `allow-extra-patch-ports`: Boolean. When set to true, the verification
stage of nmstate will ignore extra OVS patch port not mentioned in `port`
section. This allows external tool to attach OVS patch port upon nmstate
Expand Down