]> git.proxmox.com Git - mirror_frr.git/blobdiff - lib/memtypes.c
nexthop-tracking.patch
[mirror_frr.git] / lib / memtypes.c
index 47a343873f2b65b5372bfb4c9db07bda0b3d416b..5af2642be28dbc80c4061b1f335f0bcbd1e574c0 100644 (file)
@@ -84,6 +84,7 @@ struct memory_list memory_list_zebra[] =
   { MTYPE_STATIC_IPV6,         "Static IPv6 route"             },
   { MTYPE_RIB_DEST,            "RIB destination"               },
   { MTYPE_RIB_TABLE_INFO,      "RIB table info"                },
+  { MTYPE_RNH,                 "Nexthop tracking object"       },
   { -1, NULL },
 };