You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When adding a previously deleted interface, grout can't add a link local ip.
ERR: GROUT: ip6_iface_event_handler: iface_addr_add: File exists (17)
Instead of calling rib6_cleanup, call rib6_delete and nexthop_decref.
Similarly, ip6 address deletion wasn't working properly as we couldn't
re-add the same IP6 address.
Apply a similar fix in addr6_del.
Update tests accordingly.
Signed-off-by: Christophe Fontaine <[email protected]>
0 commit comments