diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/memtypes.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/memtypes.c b/lib/memtypes.c index 3e599f67..60f24e6a 100644 --- a/lib/memtypes.c +++ b/lib/memtypes.c @@ -85,6 +85,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_NETLINK_NAME, "Netlink name" }, { -1, NULL }, }; |