]> git.proxmox.com Git - mirror_frr.git/blobdiff - lib/memtypes.c
Merge quagga mainline into the google ISIS code.
[mirror_frr.git] / lib / memtypes.c
index cd39c9969dbae302b191d581edab0f98f8fa1e0b..2ded1d6c05b58fa18b3b3b8c415e15b5b159930b 100644 (file)
@@ -247,6 +247,8 @@ struct memory_list memory_list_isis[] =
   { MTYPE_ISIS_ROUTE_INFO,    "ISIS route info"                        },
   { MTYPE_ISIS_NEXTHOP,       "ISIS nexthop"                   },
   { MTYPE_ISIS_NEXTHOP6,      "ISIS nexthop6"                  },
+  { MTYPE_ISIS_DICT,          "ISIS dictionary"                        },
+  { MTYPE_ISIS_DICT_NODE,     "ISIS dictionary node"           },
   { -1, NULL },
 };