summaryrefslogtreecommitdiff
path: root/lib/memtypes.c
diff options
context:
space:
mode:
authorpaul <paul>2005-05-19 02:13:28 +0000
committerpaul <paul>2005-05-19 02:13:28 +0000
commite387e6654fe75a5f043ea21b483e78bf0f3d4447 (patch)
tree928bed31a8597bf7c52dcedc51e02a7f5b063e1d /lib/memtypes.c
parente83e2080cecffa86267c07b46bbb5a9677b37996 (diff)
2005-05-19 Paul Jakma <paul@dishone.st>
* memtypes.c: (memory_list_bgp) add MTYPE_BGP_PEER_HOST
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 7865f544..f1bec8b2 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.4 2005/04/25 16:26:43 paul Exp $
+ * $Id: memtypes.c,v 1.5 2005/05/19 02:13:28 paul Exp $
*/
#include "zebra.h"
@@ -87,6 +87,7 @@ struct memory_list memory_list_bgp[] =
{
{ MTYPE_BGP, "BGP instance" },
{ MTYPE_BGP_PEER, "BGP peer" },
+ { MTYPE_BGP_PEER_HOST, "BGP peer hostname" },
{ MTYPE_PEER_GROUP, "Peer group" },
{ MTYPE_PEER_DESC, "Peer description" },
{ MTYPE_ATTR, "BGP attribute" },