Skip to content

cleanup: limit ip addr flush to just 5 attempt

Vladimír Beneš requested to merge vb/ip_flush_limit into main

We sometimes see race between NM and ip addr flush in readding ipv6ll address. Limit ip addr flush to just 5 attempts and do not check it's exit code.

Merge request reports