svinota / pyroute2

Python Netlink and PF_ROUTE library — network configuration and monitoring
https://pyroute2.org/
Other
930 stars 244 forks source link

NDB: Address removed netlink message #1189

Closed svenauhagen closed 3 months ago

svenauhagen commented 3 months ago

Currently only direct routes are removed from the database if the last interface address is removed. We also need to delete next hops that are associated with the interface and afterwards remove routes without next hops.

Signed-Off-By: Sven Auhagen sven.auhagen@voleatech.de

svinota commented 3 months ago

Great, thanks!