]> git.proxmox.com Git - mirror_frr.git/commit
zebra: zebra_router.c does not own the data plane shutdown of tables
authorDonald Sharp <sharpd@cumulusnetworks.com>
Sun, 10 Feb 2019 15:14:26 +0000 (10:14 -0500)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 27 Mar 2019 20:19:28 +0000 (16:19 -0400)
commit3f2b1b56ccb14f4250e3d6d31daf9d4e69cf6153
treed8b11c8b1e7c920c1f8e880b849a6d835e128ca2
parent416745628e73d8889e43bb153e365aa5225f22a5
zebra: zebra_router.c does not own the data plane shutdown of tables

When shutting down, the individual vrf's own the shutdown of the table
and subsuquent removal from the routes from the kernel.

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