Comment 3 for bug 1302312

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

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

commit 4e9d4824050eedfd1495469a69e28864b6fec757
Author: rossella <email address hidden>
Date: Mon Apr 7 15:53:34 2014 +0000

    DHCP agent should check interface is UP before adding route

    The DHCP agent should check not only that an interface for
    network's DHCP exists but also make sure that is UP before
    adding a default route.
    For this purpose a method "ensure_device_is_ready" was
    added to ip_lib.

    Change-Id: I9af06aa0f39634fe7b63c064337cd4191db5c026
    Closes-bug: #1302312