2005-05-19 Paul Jakma <paul@dishone.st>

	* memtypes.c: (memory_list_bgp) add MTYPE_BGP_PEER_HOST
diff --git a/lib/ChangeLog b/lib/ChangeLog
index 3b83604..b53d14a 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -5,6 +5,7 @@
 	  pass it back to the caller.
 	* sockunion.c: (sockunion_getsockname) use MTYPE_SOCKUNION, not TMP
 	  (sockunion_getpeername) ditto
+	* memtypes.c: (memory_list_bgp) add MTYPE_BGP_PEER_HOST
 
 2005-05-15 Paul Jakma <paul@dishone.st>
 
diff --git a/lib/memtypes.c b/lib/memtypes.c
index 7865f54..f1bec8b 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 @@
 {
   { 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"			},