In a previous PR, handling NLM_F_DUMP_INTR via NetlinkDumpInterrupted in pyroute2 was introduced, but this error handler is not available in pyroute2 0.5.7, so we are replacing it with the generic NetlinkError.
Also there seems to be some issue in not having the halow interface ready in CMs, so the timeout for this check has been increased to hopefully workaround this issue
The title :crown:
In a previous PR, handling
NLM_F_DUMP_INTR
viaNetlinkDumpInterrupted
in pyroute2 was introduced, but this error handler is not available in pyroute2 0.5.7, so we are replacing it with the genericNetlinkError
.Also there seems to be some issue in not having the
halow
interface ready in CMs, so the timeout for this check has been increased to hopefully workaround this issue:cd: