Comment 11 for bug 1824504

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

Reviewed: https://review.opendev.org/740437
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=514a18ee920f7d738abca2069a95c15baaed00fd
Submitter: Zuul
Branch: stable/stein

commit 514a18ee920f7d738abca2069a95c15baaed00fd
Author: Yang Li <email address hidden>
Date: Fri Apr 12 19:14:29 2019 +0800

    Don't add arp responder for non tunnel network port

    When the vlan and vxlan both exist in env, and l2population
    and arp_responder are enabled, if we update a port's ip address
    from vlan network, there will be arp responder related flows
    added into br-tun, this will cause too many arp reply for
    one arp request, and vm connections will be unnormal.

    Closes-Bug: #1824504
    Change-Id: I1b6154b9433a9442d3e0118dedfa01c4a9b4740b
    (cherry picked from commit 5301ecf41b18e83abdc3c828cd64ce0111f9fcd1)