mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-16 02:20:17 +00:00
Revert "vrrpd: protodown mvlans when shutting down"
This reverts commit 9ed05814d5451379d37b6b3382b5b886afa1230f
This commit is contained in:
parent
e352b62527
commit
52650486d7
@ -1554,9 +1554,6 @@ static int vrrp_shutdown(struct vrrp_router *r)
|
||||
THREAD_OFF(r->t_read);
|
||||
THREAD_OFF(r->t_write);
|
||||
|
||||
/* Protodown macvlan */
|
||||
vrrp_zclient_send_interface_protodown(r->mvl_ifp, true);
|
||||
|
||||
if (r->sock_rx > 0) {
|
||||
close(r->sock_rx);
|
||||
r->sock_rx = -1;
|
||||
|
Loading…
Reference in New Issue
Block a user