diff options
author | Paul Jakma <paul.jakma@sun.com> | 2006-07-02 11:01:50 +0000 |
---|---|---|
committer | Paul Jakma <paul.jakma@sun.com> | 2006-07-02 11:01:50 +0000 |
commit | 33d5ab9ef197ce281859f12251df4e412c469c65 (patch) | |
tree | e33b0687ecc11d38b11bc53774e095298cc22c5e /bgpd/ChangeLog | |
parent | 9a57dc69d2432b6633fc47b05d4ee475a29db361 (diff) |
[bgpd] Fix crash on shutdown of peer
2006-07-02 Paul Jakma <paul.jakma@sun.com>
* bgp_fsm.c: (bgp_{stop,start}) Move clear/free of certain
bits of state from stop to start, as they may be used via
peer references on clearing queues..
Diffstat (limited to 'bgpd/ChangeLog')
-rw-r--r-- | bgpd/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bgpd/ChangeLog b/bgpd/ChangeLog index 5176e2b6..a8a6c350 100644 --- a/bgpd/ChangeLog +++ b/bgpd/ChangeLog @@ -1,3 +1,9 @@ +2006-07-02 Paul Jakma <paul.jakma@sun.com> + + * bgp_fsm.c: (bgp_{stop,start}) Move clear/free of certain + bits of state from stop to start, as they may be used via + peer references on clearing queues.. + 2006-05-23 Paul Jakma <paul.jakma@sun.com> * bgp_vty.c: (neighbor_update_source_cmd) Expand tab completion |