]> git.puffer.fish Git - mirror/frr.git/commit
zebra: When we get a rib deletion event be smarter 7015/head
authorDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 27 Aug 2020 19:42:16 +0000 (15:42 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 28 Aug 2020 18:45:59 +0000 (14:45 -0400)
commit9271987f1e169179d223ffa88a79904f5ba75364
tree20969a1b90764a80db9ee25a2565800aa792157d
parent0aaa722883245c2109d9856ca0656749860fc579
zebra: When we get a rib deletion event be smarter

When we get a rib deletion event and we already have
that particular route node in the queue to be reprocessed,
just note that someone from kernel land has done us dirty
and allow it to be cleaned up by normal processing

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
zebra/zebra_rib.c