Comment 2 for bug 1870114

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

Reviewed: https://review.opendev.org/716642
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=d0a16522272bce64bceca1ccdb8d98a38d953cf5
Submitter: Zuul
Branch: master

commit d0a16522272bce64bceca1ccdb8d98a38d953cf5
Author: Slawek Kaplonski <email address hidden>
Date: Tue Mar 31 20:39:13 2020 +0200

    Add trunk subports to be one of dvr serviced device owners

    When "trunk:subport" wasn't added to the list of device owners which
    are supported by dvr, there was no proper config in br-int's openflow
    rules for such port, e.g. there was no dvr_to_src_mac rule in table 1
    added and traffic from such port was never going through br-int.

    Trunk ports should be added to this dvr serviced device owners list and
    that patch is adding it there.

    Change-Id: Ic21089adfa32dbf5d0e29a89713e6e2bf28f0f05
    Closes-Bug: #1870114