X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=lib%2Fmemtypes.c;h=2ded1d6c05b58fa18b3b3b8c415e15b5b159930b;hb=14d2bbaa3f4aa53152472694c29f336808e47313;hp=cd39c9969dbae302b191d581edab0f98f8fa1e0b;hpb=e96b312150d8e376c1ef463793d1929eca3618d5;p=mirror_frr.git diff --git a/lib/memtypes.c b/lib/memtypes.c index cd39c9969..2ded1d6c0 100644 --- a/lib/memtypes.c +++ b/lib/memtypes.c @@ -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 }, };