]> git.proxmox.com Git - mirror_frr.git/commit - zebra/zebra_rib.c
zebra: remove kernel routes that are suppressed
authorPhilippe Guibert <philippe.guibert@6wind.com>
Thu, 11 Oct 2018 17:04:05 +0000 (19:04 +0200)
committerPhilippe Guibert <philippe.guibert@6wind.com>
Wed, 17 Oct 2018 21:01:10 +0000 (23:01 +0200)
commit212df1de28ae2a21145389c01cc3a1952f95c1a8
tree828026473e6a93a23f3bf4bcea59cc3344d1e520
parentb9ea4083854503850a18950206e7285f5266d5ea
zebra: remove kernel routes that are suppressed

on some cases, kernel routes are not selected, because the kernel
suppressed it without informing the netlink layer that the route has
been suppressed ( for instance, when an interface goes down, the route
never goes back when interface goes up again). This commit intends to
suppress that entry from zebra.

Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
zebra/zebra_rib.c