Comment 46 for bug 1492714

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

Reviewed: https://review.openstack.org/553809
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=aaf11f45ecf8f832301491017a8009f1897e8d43
Submitter: Zuul
Branch: master

commit aaf11f45ecf8f832301491017a8009f1897e8d43
Author: Sławek Kapłoński <email address hidden>
Date: Fri Mar 16 15:58:10 2018 +0100

    Switch IPDevice.exists() method to use pyroute2

    Check if network device exists is now done by checking
    interface index with pyroute2 interface instead of checking
    if MAC address for device is set.

    Change-Id: I2d5b95ec109fb19fc2a46c1017959f74011b9a22
    Related-Bug: #1492714