diff options
Diffstat (limited to 'lib/memtypes.c')
-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 7c4c6f61..96dd8f4a 100644 --- a/lib/memtypes.c +++ b/lib/memtypes.c @@ -119,6 +119,8 @@ struct memory_list memory_list_bgp[] = { MTYPE_BGP_SESSION, "BGP session" }, { MTYPE_BGP_CONNECTION, "BGP connection" }, { MTYPE_BGP_NOTIFY, "BGP notification" }, + { MTYPE_BGP_ROUTE_REFRESH, "BGP route refresh" }, + { MTYPE_BGP_ORF_ENTRY, "BGP ORF entry" }, { MTYPE_ATTR, "BGP attribute" }, { MTYPE_ATTR_EXTRA, "BGP extra attributes" }, { MTYPE_AS_PATH, "BGP aspath" }, |