diff options
author | Paul Jakma <paul.jakma@sun.com> | 2007-04-29 18:31:07 +0000 |
---|---|---|
committer | Paul Jakma <paul.jakma@sun.com> | 2007-04-29 18:31:07 +0000 |
commit | 03e214c87bf4537576d2c7e9b2d812d1b0da2f56 (patch) | |
tree | 46f53f23bc77af0c8e6835853fbc355c3c342ddf /bgpd/ChangeLog | |
parent | 923de654c8d251d6714a6f9da2e93c236e935042 (diff) |
[bgpd] Use defines for default weight
2007-04-22 Sebastien Tandel <sebastien@tandel.be>
* 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.
Diffstat (limited to 'bgpd/ChangeLog')
-rw-r--r-- | bgpd/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
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 <sebastien@tandel.be> |