Skip to content

nmci.ip: fix kernel ifindex race with veth pair add

Filip Pokryvka requested to merge fp/ifindex_fix into main

It is possible to specify ifindex of both ifaces in veth pair, sometimes kernel uses the same index for both, force ifindices to be different.

Merge request reports