Comment 4 for bug 1890353

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

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

commit e5ce19318921c44f2f5ed4568b31b04d82a17fd4
Author: Rodolfo Alonso Hernandez <email address hidden>
Date: Wed Aug 5 17:36:01 2020 +0000

    Support pyroute2 0.5.13

    Since [1], pyroute2 0.5.13 is supported.

    In this new version, "link_lookup" do not raise a NetlinkError
    exception if the device does not exist; instead returns an empty
    list.

    This patch handles both implementations.

    [1]https://review.opendev.org/#/c/743277/

    Change-Id: I77ef374ecb776966ea13499755777e2d763d884b
    Closes-Bug: #1890353