cloudnativelabs / kube-router

Kube-router, a turnkey solution for Kubernetes networking.
https://kube-router.io
Apache License 2.0
2.33k stars 471 forks source link

fix(linux_networking.go): remove dangling IPv6 routes #1700

Closed aauren closed 4 months ago

aauren commented 4 months ago

Remove extra routes added by iproute2 when addresses are added to interfaces which block IPv6 service VIPs from routing from the host.

See: https://github.com/cloudnativelabs/kube-router/issues/1698

Fixes: https://github.com/cloudnativelabs/kube-router/issues/1698