Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
zebra: update kernel routes with interface check
Zebra NH check is wrong -- it does not update missing interface routes Steps to reproduce: ``` ip link set dev eth0 up ip -4 addr add 192.168.0.2/24 dev eth0 ip -4 route add default via 192.168.0.1 ip -4 addr flush dev eth0 ``` Before ``` K>* 0.0.0.0/0 [0/0] via 192.168.0.1, eth0, 00:00:07 ``` After Route is removed from zebra
- Loading branch information