summaryrefslogtreecommitdiff
path: root/lib/memtypes.c
diff options
context:
space:
mode:
authorpaul <paul>2005-09-21 14:06:35 +0000
committerpaul <paul>2005-09-21 14:06:35 +0000
commit75b2dd025af1d839279a21ee4b3035085d17331c (patch)
tree19435808ccbdc15bc1e19fbe2c6bdb44d2b6a782 /lib/memtypes.c
parent319572cc52267bfd55cca5eaab405df4db27ddaf (diff)
2005-09-21 Paul Jakma <paul.jakma@sun.com>
* memtypes.{c,h}: Add MTYPE_AS_SEG_DATA.
Diffstat (limited to 'lib/memtypes.c')
-rw-r--r--lib/memtypes.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/memtypes.c b/lib/memtypes.c
index 9b4ba71c..45c07dad 100644
--- a/lib/memtypes.c
+++ b/lib/memtypes.c
@@ -6,7 +6,7 @@
* The script is sensitive to the format (though not whitespace), see
* the top of memtypes.awk for more details.
*
- * $Id: memtypes.c,v 1.6 2005/06/01 11:17:05 paul Exp $
+ * $Id: memtypes.c,v 1.7 2005/09/21 14:06:35 paul Exp $
*/
#include "zebra.h"
@@ -93,6 +93,7 @@ struct memory_list memory_list_bgp[] =
{ MTYPE_ATTR, "BGP attribute" },
{ MTYPE_AS_PATH, "BGP aspath" },
{ MTYPE_AS_SEG, "BGP aspath seg" },
+ { MTYPE_AS_SEG_DATA, "BGP aspath segment data" },
{ MTYPE_AS_STR, "BGP aspath str" },
{ 0, NULL },
{ MTYPE_BGP_TABLE, "BGP table" },