summaryrefslogtreecommitdiff
path: root/bgpd/ChangeLog
diff options
context:
space:
mode:
authorpaul <paul>2006-01-16 12:01:29 +0000
committerpaul <paul>2006-01-16 12:01:29 +0000
commit8fdc32ab9a81cb80296d322346867c8c3d2b2b37 (patch)
treebed62ebe30b81035f9ee9f5f605c1f443ad01c25 /bgpd/ChangeLog
parent02335429e8cf2afc191fd518a3b55564bf6e5b2c (diff)
[bgpd] add aspath_finish, static resource cleanup function.
2006-01-16 Paul Jakma <paul.jakma@sun.com> * bgp_aspath.c: (aspath_snmp_pathseg) move the static stream pointer out to file scope, so it can be freed. (aspath_finish) new function, free aspath resources. * bgp_aspath.h: (aspath_finish) export.
Diffstat (limited to 'bgpd/ChangeLog')
-rw-r--r--bgpd/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/bgpd/ChangeLog b/bgpd/ChangeLog
index ece8c4bd..b555334b 100644
--- a/bgpd/ChangeLog
+++ b/bgpd/ChangeLog
@@ -7,6 +7,10 @@
(aspath_parse) aspath_hash_alloc dupes the entire aspath,
including segments, but we forgot to free the temporary
assegment.
+ (aspath_snmp_pathseg) move the static stream pointer out to
+ file scope, so it can be freed.
+ (aspath_finish) new function, free aspath resources.
+ * bgp_aspath.h: (aspath_finish) export.
2006-01-10 Juris Kalnins <juris@mt.lv>