Comment 24 for bug 1832758

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to neutron (stable/queens)

Reviewed: https://review.opendev.org/686219
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=99eaf3eeee415e7862ce31d0c41668f45e5e406e
Submitter: Zuul
Branch: stable/queens

commit 99eaf3eeee415e7862ce31d0c41668f45e5e406e
Author: Nate Johnston <email address hidden>
Date: Thu Aug 22 10:13:00 2019 -0400

    OVS flows for custom ethertypes must be on EGRESS

    Some traffic does not work if the OVS flows to permit custom ethertypes
    are not set on the base egress table. If the rule is added to the base
    egress table then both ingress and egress work properly. Also move
    initialization code to the function to initialize egress.

    Related-Bug: #1832758
    Change-Id: Ia312fe75df58723bf41804eec4bd918d223bd60c
    (cherry picked from commit fb859966f79fc0f4fbb2c2ea3c0e6b4c17a9704f)