summaryrefslogtreecommitdiffstats
path: root/lib/memtypes.c
diff options
context:
space:
mode:
authorChris Hall <GMCH@hestia.halldom.com>2010-01-10 23:38:14 +0000
committerChris Hall <GMCH@hestia.halldom.com>2010-01-10 23:38:14 +0000
commit5ef5e27f2418316855e388ec8f6b87cdf140bd04 (patch)
treef42f39f1047a85b4f880b80ca2655b7eb665021d /lib/memtypes.c
parent020867eda32194967de7ab6f1c1128147a9ed0a9 (diff)
downloadquagga-5ef5e27f2418316855e388ec8f6b87cdf140bd04.tar.bz2
quagga-5ef5e27f2418316855e388ec8f6b87cdf140bd04.tar.xz
Further work-in-progress
modified: .gitignore modified: bgpd/Makefile.am modified: bgpd/bgp.h modified: bgpd/bgp_common.h modified: bgpd/bgp_connection.c modified: bgpd/bgp_connection.h modified: bgpd/bgp_fsm.c modified: bgpd/bgp_msg_write.c modified: bgpd/bgp_msg_write.h modified: bgpd/bgp_notification.c modified: bgpd/bgp_notification.h modified: bgpd/bgp_open_state.c modified: bgpd/bgp_open_state.h modified: bgpd/bgp_packet.h new file: bgpd/bgp_route_refresh.c new file: bgpd/bgp_route_refresh.h modified: bgpd/bgp_session.c modified: bgpd/bgp_session.h modified: lib/Makefile.am new file: lib/confirm.h modified: lib/memtypes.c modified: lib/stream.c modified: lib/stream.h modified: lib/zassert.h
Diffstat (limited to 'lib/memtypes.c')
-rw-r--r--lib/memtypes.c2
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" },