summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/ChangeLog5
-rw-r--r--lib/memtypes.c5
2 files changed, 9 insertions, 1 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index 6495b405..d1ac7783 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,3 +1,8 @@
+2005-06-01 Paul Jakma <paul.jakma@sun.com>
+
+ * memtypes.c: Add MTYPE_BGP_PROCESS_QUEUE and
+ MTYPE_BGP_CLEAR_NODE_QUEUE
+
2005-05-24 Paul Jakma <paul@dishone.st>
* memtypes.h: update this auto-built file. (maybe we should just
diff --git a/lib/memtypes.c b/lib/memtypes.c
index f1bec8b2..9b4ba71c 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.5 2005/05/19 02:13:28 paul Exp $
+ * $Id: memtypes.c,v 1.6 2005/06/01 11:17:05 paul Exp $
*/
#include "zebra.h"
@@ -125,6 +125,9 @@ struct memory_list memory_list_bgp[] =
{ MTYPE_CLUSTER, "Cluster list" },
{ MTYPE_CLUSTER_VAL, "Cluster list val" },
{ 0, NULL },
+ { MTYPE_BGP_PROCESS_QUEUE, "BGP Process queue" },
+ { MTYPE_BGP_CLEAR_NODE_QUEUE, "BGP node clear queue" },
+ { 0, NULL },
{ MTYPE_TRANSIT, "BGP transit attr" },
{ MTYPE_TRANSIT_VAL, "BGP transit val" },
{ 0, NULL },