Comment 8 for bug 1962608

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

Reviewed: https://review.opendev.org/c/openstack/neutron/+/837681
Committed: https://opendev.org/openstack/neutron/commit/541d1fc9e62df9f15fe003735c63f98a0a0432c3
Submitter: "Zuul (22348)"
Branch: stable/yoga

commit 541d1fc9e62df9f15fe003735c63f98a0a0432c3
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
    (cherry picked from commit 74a9e832d790f659eb10b22ba0428b60733d384e)