mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-07 15:33:56 +00:00
vrrpd: unset active flag on shutdown
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
This commit is contained in:
parent
bac08ded23
commit
73b5cb1968
@ -1087,6 +1087,8 @@ static int vrrp_shutdown(struct vrrp_router *r)
|
|||||||
/* Transition to the Initialize state */
|
/* Transition to the Initialize state */
|
||||||
vrrp_change_state(r, VRRP_STATE_INITIALIZE);
|
vrrp_change_state(r, VRRP_STATE_INITIALIZE);
|
||||||
|
|
||||||
|
r->is_active = false;
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user