From 03e214c87bf4537576d2c7e9b2d812d1b0da2f56 Mon Sep 17 00:00:00 2001 From: Paul Jakma Date: Sun, 29 Apr 2007 18:31:07 +0000 Subject: [bgpd] Use defines for default weight 2007-04-22 Sebastien Tandel * bgp_attr.h : Definition of BGP_ATTR_DEFAULT_WEIGHT. * bgp_attr.c : (bgp_attr_default_intern) now uses bgp_attr_default_set instead of duplicating the same code. (general) Use of BGP_ATTR_DEFAULT_WEIGHT. Replace two 16 by IPV6_MAX_BYTELEN. --- bgpd/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'bgpd/ChangeLog') diff --git a/bgpd/ChangeLog b/bgpd/ChangeLog index 2267e0fa..d5822fac 100644 --- a/bgpd/ChangeLog +++ b/bgpd/ChangeLog @@ -11,6 +11,11 @@ transit_hash_cmp, attrhash_key_make, attrhash_cmp, bgp_attr_hash_alloc) conforms to quagga hash API. Defines _hash_[alloc|key|cmp] with void * arguments as defined by the API. + * bgp_attr.h : Definition of BGP_ATTR_DEFAULT_WEIGHT. + * bgp_attr.c : (bgp_attr_default_intern) now uses + bgp_attr_default_set instead of duplicating the same code. + (general) Use of BGP_ATTR_DEFAULT_WEIGHT. Replace two 16 by + IPV6_MAX_BYTELEN. 2007-04-15 Sebastien Tandel -- cgit v1.2.1