Comment 3 for bug 1425173

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

Reviewed: https://review.openstack.org/158780
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=c308dc89076e99d15cac7100ecc90df2ddb5f4fa
Submitter: Jenkins
Branch: master

commit c308dc89076e99d15cac7100ecc90df2ddb5f4fa
Author: Terry Wilson <email address hidden>
Date: Mon Feb 23 19:31:02 2015 -0600

    Ensure arping always exits

    It is possible for the arping process to hang if the interface is
    removed while it is running. This patch adds a timeout to ensure
    that the process eventually exits no matter what.

    Change-Id: I60458b91e88b3fbd9fbc19c004e47a005b0ed408
    Closes-Bug: #1425173