]> git.puffer.fish Git - mirror/frr.git/commit
zebra: On shutdown don't count removals
authorDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 16 Feb 2018 02:33:22 +0000 (21:33 -0500)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 23 Feb 2018 12:08:36 +0000 (07:08 -0500)
commita031a7e4c9232fc9433e51af6b67f22d9b0cd663
tree1d31e505d8154f3a109b71ef182eca174de8d68e
parentae825b8bf07764dc77248c83249c57a26ba2fd2b
zebra: On shutdown don't count removals

Some of the tables are no longer stored in the zvrf
and in the zns now.  On shutdown zns is cleaned up
after vrf( and rightly so!) As such we should not
attempt to count the information if we don't have
a zvrf.

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