ovn-bgp-agent/ovn_bgp_agent/privileged
Luis Tomas Bolivar 0a666bb10c Add retry mechanism for some pyroute actions
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]).

For reference, this is how it was handled in neutron side: [2]

[1] https://github.com/svinota/pyroute2/issues/874#issuecomment-1063139555
[2] https://review.opendev.org/c/openstack/neutron/+/833015

Change-Id: I6b5604266f29a585bb1e0f8e605ee5df523b5951
2023-02-09 14:27:30 +01:00
..
__init__.py Add privsep support 2021-09-07 08:28:52 +02:00
linux_net.py Add retry mechanism for some pyroute actions 2023-02-09 14:27:30 +01:00
ovs_vsctl.py Ensure ovs-ofctl command works with different flow formats 2021-11-22 18:26:14 +01:00
vtysh.py Add privsep support 2021-09-07 08:28:52 +02:00