]> git.proxmox.com Git - mirror_frr.git/commit
zebra: On shutdown actually delete rn's assoc w/ other_tables
authorDonald Sharp <sharpd@cumulusnetworks.com>
Mon, 29 Jan 2018 21:20:41 +0000 (16:20 -0500)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Mon, 29 Jan 2018 21:20:41 +0000 (16:20 -0500)
commit7d38890de8b16014249381ea497bc18d285d5278
tree57225761c626c9f46f720fe9b7747444fe599c37
parentc7974c0f1a7acedd1d5c4d9dff73ae8b42595c56
zebra: On shutdown actually delete rn's assoc w/ other_tables

Zebra stores routes coming from the kernel for non-default
tables.  This information on shutdown was being leaked
because we never cleaned it up.  Allow for this to happen
now.

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