]> git.puffer.fish Git - matthieu/frr.git/commit
zebra: only uninstall once, when closing rib table
authorMark Stapp <mjs@voltanet.io>
Tue, 30 Oct 2018 13:41:55 +0000 (09:41 -0400)
committerMark Stapp <mjs@voltanet.io>
Tue, 30 Oct 2018 13:41:55 +0000 (09:41 -0400)
commit258c07e4e2a42deea514606357930a15527de7c6
tree6d25d439ca3709f726f1512559ae5e8df1895c5a
parent69c19e1def9b96f5b1f11aa2a6e5321f208e7042
zebra: only uninstall once, when closing rib table

When the rib code is informed that a table is closing/
going away, only try once to uninstall associated routes from
the fib/dataplane. The close path can be called multiple times
in some cases - zebra shutdown, e.g.

Signed-off-by: Mark Stapp <mjs@voltanet.io>
zebra/zebra_rib.c