Comment 6 for bug 1962608

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

Reviewed: https://review.opendev.org/c/openstack/neutron/+/833015
Committed: https://opendev.org/openstack/neutron/commit/74a9e832d790f659eb10b22ba0428b60733d384e
Submitter: "Zuul (22348)"
Branch: master

commit 74a9e832d790f659eb10b22ba0428b60733d384e
Author: elajkat <email address hidden>
Date: Tue Mar 8 17:44:11 2022 +0100

    Add retry for privsep get_link_devices

    pyroute 0.6.6 introduced a new exception NetlinkDumpInterrupted which
    is raised when NLM_F_DUMP_INTR is set in the flags during dump of
    devices.
    The suggestion from pyroute developers is to retry in case of this
    exception (see [1]).

    [1]: https://github.com/svinota/pyroute2/issues/874#issuecomment-1063139555

    Closes-Bug: #1962608

    Change-Id: Ie195ad596fd148708fc30946bde964d52444afee