mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-05-16 14:00:29 +00:00
no neighbor peergrp shutdown no longer works
Signed-off-by: Daniel Walton <dwalton@cumulusnetworks.com> Reviewed-by: Donald Sharp <sharpd@cumulusnetworks.com> Ticket: CM-10565
This commit is contained in:
parent
f857321ea9
commit
1a79ce383e
@ -3748,10 +3748,10 @@ peer_flag_modify (struct peer *peer, u_int32_t flag, int set)
|
|||||||
for (ALL_LIST_ELEMENTS (group->peer, node, nnode, tmp_peer))
|
for (ALL_LIST_ELEMENTS (group->peer, node, nnode, tmp_peer))
|
||||||
{
|
{
|
||||||
|
|
||||||
if (set && CHECK_FLAG (peer->flags, flag) == flag)
|
if (set && CHECK_FLAG (tmp_peer->flags, flag) == flag)
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
if (! set && ! CHECK_FLAG (peer->flags, flag))
|
if (! set && ! CHECK_FLAG (tmp_peer->flags, flag))
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
if (set)
|
if (set)
|
||||||
|
Loading…
Reference in New Issue
Block a user