summaryrefslogtreecommitdiffstats
path: root/zebra/zebra_memory.c
diff options
context:
space:
mode:
Diffstat (limited to 'zebra/zebra_memory.c')
-rw-r--r--zebra/zebra_memory.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/zebra/zebra_memory.c b/zebra/zebra_memory.c
index 51c240ae2..b8e1a130e 100644
--- a/zebra/zebra_memory.c
+++ b/zebra/zebra_memory.c
@@ -28,7 +28,7 @@
DEFINE_MGROUP(ZEBRA, "zebra")
DEFINE_MTYPE(ZEBRA, RTADV_PREFIX, "Router Advertisement Prefix")
DEFINE_MTYPE(ZEBRA, ZEBRA_VRF, "ZEBRA VRF")
-DEFINE_MTYPE(ZEBRA, RIB, "RIB")
+DEFINE_MTYPE(ZEBRA, RE, "Route Entry")
DEFINE_MTYPE(ZEBRA, RIB_QUEUE, "RIB process work queue")
DEFINE_MTYPE(ZEBRA, STATIC_ROUTE, "Static route")
DEFINE_MTYPE(ZEBRA, RIB_DEST, "RIB destination")