diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/memtypes.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/memtypes.c b/lib/memtypes.c index 59020671..69beb1c9 100644 --- a/lib/memtypes.c +++ b/lib/memtypes.c @@ -242,6 +242,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 }, }; |