]> git.puffer.fish Git - mirror/frr.git/commit
pimd: Upon vrf deletion actually clean up memory
authorDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 26 Feb 2020 14:10:19 +0000 (09:10 -0500)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 6 Mar 2020 21:33:27 +0000 (16:33 -0500)
commit514bda4715cf25b2a637f298109275594a74dbf5
treee90cf74bd01156c8ee2a53a244192b949c5d2c96
parent3c685e64ff0529cf5bf949dca0b63faf8b79ccb6
pimd: Upon vrf deletion actually clean up memory

VRF deletion events here calling hash_clean() with
nothing to clean up the vxlan_sg's associated with it.

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