Hi all,
I noticed a sporadic issue where adding a link fails because of route conflicts. It looks like a route to the same subnet as the address that is being added already exists on the node being imported by bird. In such cases, docker connect fails and the emulation is immediately stopped.
I think it would be better to first perform the delete operations then perform the add. Delete will clear the subnet from the routing table and the add link is no longer affected.
Regards,
Victor