Comment 16 for bug 2048785

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

Reviewed: https://review.opendev.org/c/openstack/neutron/+/907142
Committed: https://opendev.org/openstack/neutron/commit/1e5ba78870fbf9de38764e0b39d7602cc32f7a25
Submitter: "Zuul (22348)"
Branch: stable/2023.2

commit 1e5ba78870fbf9de38764e0b39d7602cc32f7a25
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
    (cherry picked from commit 27601f8eead444283e4d1c258298ac5afaff377f)