mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-05-28 05:12:04 +00:00
[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.
This commit is contained in:
parent
5a54df971e
commit
3e0c78ef8a
@ -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.
|
||||
|
@ -2514,6 +2514,9 @@ bgp_clear_node_complete (struct work_queue *wq)
|
||||
|
||||
UNSET_FLAG (peer->sflags, PEER_STATUS_CLEARING);
|
||||
peer_unlock (peer); /* bgp_clear_node_complete */
|
||||
|
||||
/* Tickle FSM to start moving again */
|
||||
BGP_EVENT_ADD (peer, BGP_Start);
|
||||
}
|
||||
|
||||
static void
|
||||
|
Loading…
Reference in New Issue
Block a user