27601f8eea
A non-vlan-transparent trunk parent port (tpt) should only forward untagged frames. Earlier it was configured to forward anything (trunk mode in ovs). This patch changes the trunk mode to access mode and sets the trunk parent's tag explicitly to 0. Change-Id: I4bcfe53fe87d7c9218dd0db9d7224bb323709a21 Closes-Bug: #2048785
9 lines
361 B
YAML
9 lines
361 B
YAML
---
|
|
issues:
|
|
- |
|
|
The fix of `bug 2048785 <https://bugs.launchpad.net/neutron/+bug/2048785>`_
|
|
only fixes newly created trunk parent ports. If the fix of already existing
|
|
trunks is needed, then either delete and re-create the affected trunks
|
|
or set tpt ports' vlan_mode and tag manually:
|
|
``ovs-vsctl set Port tpt-... vlan_mode=access tag=0``
|