Comment 2 for bug 929127

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

Reviewed: https://review.openstack.org/3934
Committed: http://github.com/openstack/nova/commit/4804690ba401a23d62df489875da6c546d3224bb
Submitter: Jenkins
Branch: master

commit 4804690ba401a23d62df489875da6c546d3224bb
Author: Adam Gandelman <email address hidden>
Date: Wed Feb 8 14:16:08 2012 -0800

    linux_net: Also ignore shell error 2 from ip addr

    Ignores error code 2 from 'ip addr {add, del}' which, in recent
    versions of iproute2, means the address has already been removed
    or added.

    Fixes bug 929127

    Change-Id: I09274454847ff834ac3da0e38022b30a7a7f1676