Comment 16 for bug 1578842

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

Reviewed: https://review.openstack.org/397049
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=339e1747383468f121244c7db628a9523ed0d647
Submitter: Jenkins
Branch: stable/mitaka

commit 339e1747383468f121244c7db628a9523ed0d647
Author: Arun Sriraman <email address hidden>
Date: Thu May 5 22:18:24 2016 +0000

    Changing arping command execute to accept 1 as extra OK code

    Connecting any network to a router causes l3-agent to send out
    gratuitous ARP packets that do not require a response. On Ubuntu 14.04
    sometimes this command returns 1, which causes it to falsely report
    arping command failure. This is now added to the extra OK codes.

    Conflicts:
            neutron/agent/linux/ip_lib.py

    Change-Id: I6299e936d4e4e7fd7497d23224e7abf605a99c15
    Closes-bug: #1578842
    (cherry picked from commit cc9ce5189db4f3300c38b36dd28a98d64ca7a1fe)