mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-05-16 07:30:04 +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))
|
||||
{
|
||||
|
||||
if (set && CHECK_FLAG (peer->flags, flag) == flag)
|
||||
if (set && CHECK_FLAG (tmp_peer->flags, flag) == flag)
|
||||
continue;
|
||||
|
||||
if (! set && ! CHECK_FLAG (peer->flags, flag))
|
||||
if (! set && ! CHECK_FLAG (tmp_peer->flags, flag))
|
||||
continue;
|
||||
|
||||
if (set)
|
||||
|
Loading…
Reference in New Issue
Block a user