summaryrefslogtreecommitdiffstats
path: root/pimd/pim_mlag.h
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2020-07-16 14:13:21 +0200
committerDonald Sharp <sharpd@cumulusnetworks.com>2020-07-16 14:13:21 +0200
commit892c2c4468befae94e602b6f2c7605f028e70d7a (patch)
treeb587ff83ed1d7a40cf7b4ab12f8009fdb0d152a0 /pimd/pim_mlag.h
parentMerge pull request #6701 from deastoe/ospf-area-format (diff)
downloadfrr-892c2c4468befae94e602b6f2c7605f028e70d7a.tar.xz
frr-892c2c4468befae94e602b6f2c7605f028e70d7a.zip
pimd: Cleanup some small memory leaks on exit
We were not properly cleaning up some memory in the pim mlag subsystem. Clean it up on exit. Signed-off-by: Donald Sharp <sharpc@cumulusnetworks.com>
Diffstat (limited to 'pimd/pim_mlag.h')
-rw-r--r--pimd/pim_mlag.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/pimd/pim_mlag.h b/pimd/pim_mlag.h
index eb316695f..b044c31c4 100644
--- a/pimd/pim_mlag.h
+++ b/pimd/pim_mlag.h
@@ -28,6 +28,7 @@
#include "pim_iface.h"
extern void pim_mlag_init(void);
+extern void pim_mlag_terminate(void);
extern void pim_instance_mlag_init(struct pim_instance *pim);
extern void pim_instance_mlag_terminate(struct pim_instance *pim);
extern void pim_if_configure_mlag_dualactive(struct pim_interface *pim_ifp);