Comment 21 for bug 1357068

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

Reviewed: https://review.openstack.org/228261
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=22248510759ba2c4e8cd1de9c23e4a7dde162409
Submitter: Jenkins
Branch: stable/kilo

commit 22248510759ba2c4e8cd1de9c23e4a7dde162409
Author: Dane LeBlanc <email address hidden>
Date: Tue Feb 24 15:47:01 2015 -0500

    Stop sending gratuitous arp when ip version is 6

    This fix prevents calls to the arping utility for IPv6
    addresses, thereby eliminating errors reported by arping
    for IPv6 addresses.

    The assumption is that NDP, DAD, and RAs are sufficient
    for address resolution and duplicate address detection
    for IPv6, and that unsolicited Neighbor Advertisements (NAs)
    are not required for OpenStack services. If this turns out
    not to be the case for some service/feature, then a separate
    bug should be filed to add support for unsolicited NAs for
    that service.

    Change-Id: I14f869b7d488d7e691f7316eafcab3064e12cda6
    Closes-Bug: 1357068
    (cherry picked from commit 5ff082bcfe12647036e5b033bfc2bac514acdb42)