-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OSPF still announce route from removed vifX.XX interface on xen network environment #1
Comments
OpenVPN case for reproduce:
|
After enable debug, and after add debug output in rib_gc_dest.... route to (8.8.8.8 openvpn) / (10.13.1.12 xen) is not deleted by "rib_can_delete_dest" call. in rib_can_delete_dest condition for returns zero is "if (dest->routes)" |
In commit 08b6089 added condition for remove died routes and debug logging:
Current routes is removed successfully after interface is removed from OS |
Quagga#2 pool request sended |
Patch for debian created, testing... |
Overview:
Rus: OSPF продолжает анонсировать маршрут после удаления интерфейса vifX.XX
Eng: OSPF still announce route from removed vifX.XX interface on xen network environment
UPD1 Rus: kernel-маршруты через tap интерфейсы, при использовании openvpn ведут себя так же
UPD1 Eng: tap interfaces with openvpn already affected
Environment:
DomU is up
linux:
quagga:
After shutdown DomU
linux:
quagga:
After vif14.0 up with new ip and new domU
linux:
quagga:
in OSPF this route is announced to neighbors....
The text was updated successfully, but these errors were encountered: