-
Story
-
Resolution: Unresolved
-
Undefined
-
None
-
None
-
None
-
False
-
-
False
-
None
-
None
-
None
-
None
Pass the entire link trunk (all vlans) to the workload.
In order to do this, the task will utilize the OVN vlan-passthru config (see API):
other_config : vlan-passthru: optional string, either true or false Determines whether VLAN tagged incoming traffic should be allowed. Note that this may have security implications when enabled for a logical switch with a tag=0 localnet port. If not properly isolated from other localnet ports, fabric traffic that belongs to other tagged networks may be passed through such a port.
This config, when set on a bridged logical switch, will pass all traffic (tagged, without stripping the vlan header) to all LSPs (i.e. on all ports).
This task will introduce a new API to the localnet NAD, that will configure the localnet switch with the above config.