]> git.puffer.fish Git - matthieu/frr.git/commitdiff
2005-05-19 Paul Jakma <paul@dishone.st>
authorpaul <paul>
Thu, 19 May 2005 02:13:28 +0000 (02:13 +0000)
committerpaul <paul>
Thu, 19 May 2005 02:13:28 +0000 (02:13 +0000)
* memtypes.c: (memory_list_bgp) add MTYPE_BGP_PEER_HOST

lib/ChangeLog
lib/memtypes.c

index 3b836048117a725ba82559b6e4afcfb822ac5b29..b53d14acbc029e878835f8a11912979fe77de4b2 100644 (file)
@@ -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>
 
index 7865f5449b65c5bca0e642b9da03243a7543a3b1..f1bec8b284fde425a8724504221a9c10c3ea679c 100644 (file)
@@ -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"                 },