]> git.proxmox.com Git - mirror_frr.git/blobdiff - ripngd/ripng_route.c
*: make all route_map_rule_cmd const
[mirror_frr.git] / ripngd / ripng_route.c
index 1bf1007fecd5a22bd635f17f1c5714802a27f8b4..ed9d77a3783de0f4e02b0c0c92178853d12e6e37 100644 (file)
@@ -30,6 +30,8 @@
 #include "ripngd/ripngd.h"
 #include "ripngd/ripng_route.h"
 
+DEFINE_MTYPE_STATIC(RIPNGD, RIPNG_AGGREGATE, "RIPng aggregate")
+
 static struct ripng_aggregate *ripng_aggregate_new(void)
 {
        struct ripng_aggregate *new;