Comment 9 for bug 2048785

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to neutron (master)

Reviewed: https://review.opendev.org/c/openstack/neutron/+/905125
Committed: https://opendev.org/openstack/neutron/commit/27601f8eead444283e4d1c258298ac5afaff377f
Submitter: "Zuul (22348)"
Branch: master

commit 27601f8eead444283e4d1c258298ac5afaff377f
Author: Bence Romsics <email address hidden>
Date: Tue Jan 9 14:18:45 2024 +0100

    Set trunk parent port as access port in ovs to avoid loop

    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