Skip to content

bond: fix race between ip and NM in bond_stay_up_when_ipv6_flushed

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

IPv6LL address is readded by NM racing with ip flush having up to 10 attempts. This can lead to NM giving up to readd the address or ip to fail giving up after 10 attempt. We now do it just once, checking that tentative address was removed and readded as this is reproducing the original issue. The new one will be filed.

Merge request reports