diff options
Diffstat (limited to 'bgpd/ChangeLog')
-rw-r--r-- | bgpd/ChangeLog | 4 |
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> |