]> git.proxmox.com Git - mirror_frr.git/commit
bgpd: Fix memory leak on shutdown
authorDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 11 Apr 2018 13:20:19 +0000 (09:20 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 25 Apr 2018 16:39:17 +0000 (12:39 -0400)
commitd39ac3eb76dafb0770e1a1004ae2fb675c09a81e
tree48500c3f5dae0ae8a9f4f489955fd01e49e48c71
parentd0fa84c228262e18d14207af4cb7b4e0a8ffdafb
bgpd: Fix memory leak on shutdown

When we remove a bgp instance cleanup the
import_vrf and export_vrf lists.

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