diff options
author | Paul Jakma <paul.jakma@sun.com> | 2006-02-18 10:49:04 +0000 |
---|---|---|
committer | Paul Jakma <paul.jakma@sun.com> | 2006-02-18 10:49:04 +0000 |
commit | aa94ca86ba0323d61fc3bc9b881718567ee943b3 (patch) | |
tree | f4c41a1d40c6321482defa436ebfb2eeb31d22ab /bgpd/ChangeLog | |
parent | 3fff6ffc697e362959de95b6cc292fd6fb7502a6 (diff) |
[bug #89] Fix leak of community when set community is used
2006-02-18 Paul Jakma <paul.jakma@sun.com>
* bgp_routemap.c: (route_set_community) Quick, very hacky, fix
for the set-community leak, bug #89. True fix will be to
detangle the web of *_intern caching and provide saner object
caching for Quagga, future work.
Diffstat (limited to 'bgpd/ChangeLog')
-rw-r--r-- | bgpd/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bgpd/ChangeLog b/bgpd/ChangeLog index 6101b50e..78a22e67 100644 --- a/bgpd/ChangeLog +++ b/bgpd/ChangeLog @@ -1,3 +1,10 @@ +2006-02-18 Paul Jakma <paul.jakma@sun.com> + + * bgp_routemap.c: (route_set_community) Quick, very hacky, fix + for the set-community leak, bug #89. True fix will be to + detangle the web of *_intern caching and provide saner object + caching for Quagga, future work. + 2006-02-05 Paul Jakma <paul.jakma@sun.com> * bgp_route.h: Add BGP_INFO_COUNTED to track whether |