Comment 14 for bug 1831575

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

Reviewed: https://review.opendev.org/663161
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=151c6a030a99dc49b59df803cd4a78f8abe00907
Submitter: Zuul
Branch: stable/pike

commit 151c6a030a99dc49b59df803cd4a78f8abe00907
Author: Slawek Kaplonski <email address hidden>
Date: Tue Jun 4 12:14:37 2019 +0200

    [DVR] Block ARP to dvr router's port instead of subnet's gateway

    It may happen that subnet is connected to dvr router using IP address
    different than subnet's gateway_ip.
    So in br-tun arp to dvr router's port should be dropped instead of
    dropping arp to subnet's gateway_ip (or mac in case of IPv6).

    Conflicts:
            neutron/tests/unit/plugins/ml2/drivers/openvswitch/agent/test_ovs_neutron_agent.py

    Change-Id: Ida6b7ae53f3fc76f54e389c5f7131b5a66f533ce
    Closes-bug: #1831575
    (cherry picked from commit ae3aa28f5a4749b4e4cb3f0ae0d009c0734db405)