]> git.puffer.fish Git - matthieu/frr.git/commit
zebra: don't uninstall kernel routes
authoranlan_cs <anlan_cs@126.com>
Sat, 14 Dec 2024 10:30:18 +0000 (18:30 +0800)
committeranlan_cs <anlan_cs@126.com>
Tue, 17 Dec 2024 08:14:30 +0000 (16:14 +0800)
commit298bc623e78a15ae950bfbac9a103e24ac57e8bd
tree5cb9901076519629bd174b4f0f2c635342a48332
parentb9538fe481d1955090e41c04d86b2322362a83f5
zebra: don't uninstall kernel routes

After the nexthop check is fixed, zebra will wrongly uninstall the kernel routes
with inactive nexthop.

This commit would skip the uninstallation for kernel routes.

Signed-off-by: anlan_cs <anlan_cs@126.com>
zebra/zebra_rib.c