commit | 3f045a08812525505e165deea99a79447b44506b | [log] [tgz] |
---|---|---|
author | Josh Bailey <joshb@google.com> | Sat Mar 24 08:35:20 2012 -0700 |
committer | Avneesh Sachdev <avneesh@opensourcerouting.org> | Sat Apr 07 13:54:37 2012 -0700 |
tree | a5c944b0584e0e5a14908a2ac9476637e7c1d7e6 | |
parent | 6902c69aa30a73ecd70ef8941518b541ca02b878 [diff] [blame] |
isisd: add Google's changes to IS-IS
diff --git a/lib/memtypes.c b/lib/memtypes.c index 5902067..69beb1c 100644 --- a/lib/memtypes.c +++ b/lib/memtypes.c
@@ -242,6 +242,8 @@ { 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 }, };