]> git.proxmox.com Git - mirror_frr.git/blobdiff - ripd/rip_bfd.c
ripd: use correct memory type when freeing BFD profile
[mirror_frr.git] / ripd / rip_bfd.c
index ac5035f5475583ad44344d121fa59a9d8b475bad..b59db11a30a7d44d44d9e901725363f641742644 100644 (file)
@@ -13,6 +13,8 @@
 #include "ripd/rip_bfd.h"
 #include "ripd/rip_debug.h"
 
+DEFINE_MTYPE(RIPD, RIP_BFD_PROFILE, "RIP BFD profile name");
+
 extern struct zclient *zclient;
 
 static const char *rip_bfd_interface_profile(struct rip_interface *ri)