Skip to content

Commit

Permalink
Add preserveDefaultVlan parameter
Browse files Browse the repository at this point in the history
Linked to containernetworking/plugins#875

Signed-off-by: Marcelo Guerrero Viveros <marguerr@redhat.com>
  • Loading branch information
mlguerrero12 committed Apr 14, 2023
1 parent bd899b3 commit 74bbd73
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions content/plugins/current/main/bridge.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ If the bridge is missing, the plugin will create one on first use and, if gatewa
* `ipam` (dictionary, required): IPAM configuration to be used for this network. For L2-only network, create empty dictionary.
* `promiscMode` (boolean, optional): set promiscuous mode on the bridge. Defaults to false.
* `vlan` (int, optional): assign VLAN tag. Defaults to none.
* `preserveDefaultVlan` (boolean, optional): indicates whether the default vlan must be preserved on the veth end connected to the bridge. Defaults to true.
* `vlanTrunk` (list, optional): assign VLAN trunk tag. Defaults to none.
* `enabledad` (boolean, optional): enables duplicate address detection for the container side veth. Defaults to false.
* `macspoofchk` (boolean, optional): Enables mac spoof check, limiting the traffic originating from the container to the mac address of the interface. Defaults to false.
Expand Down

0 comments on commit 74bbd73

Please sign in to comment.