summaryrefslogtreecommitdiff
path: root/bgpd/ChangeLog
diff options
context:
space:
mode:
authorPaul Jakma <paul.jakma@sun.com>2006-03-06 18:06:53 +0000
committerPaul Jakma <paul.jakma@sun.com>2006-03-06 18:06:53 +0000
commit3e0c78ef8a8fb80f52a36dab99d76a5913281e4c (patch)
treee09c41768a283796fd9def9c65d5500bbe712a69 /bgpd/ChangeLog
parent5a54df971e7da8aacddbf54afa33bd81b6c01f13 (diff)
[bgpd] Start off FSM again once clearing finishes.
2006-03-03 Paul Jakma <paul.jakma@sun.com> * bgp_route.c: (bgp_clear_node_complete) Doh. When clearing is complete we need to kick off FSM again.
Diffstat (limited to 'bgpd/ChangeLog')
-rw-r--r--bgpd/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/bgpd/ChangeLog b/bgpd/ChangeLog
index b10250aa..0c8c9d6e 100644
--- a/bgpd/ChangeLog
+++ b/bgpd/ChangeLog
@@ -1,3 +1,8 @@
+2006-03-03 Paul Jakma <paul.jakma@sun.com>
+
+ * bgp_route.c: (bgp_clear_node_complete) Doh. When clearing
+ is complete we need to kick off FSM again.
+
2006-02-21 Paul Jakma <paul.jakma@sun.com>
* bgpd.h: move the clear_node_queue to be peer specific.