Comment 18 for bug 2048785

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

Reviewed: https://review.opendev.org/c/openstack/neutron/+/907144
Committed: https://opendev.org/openstack/neutron/commit/2de488ab11c4d66087ce86d9f3dac23c1fa3164d
Submitter: "Zuul (22348)"
Branch: stable/zed

commit 2de488ab11c4d66087ce86d9f3dac23c1fa3164d
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)