mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-07-10 17:13:09 +00:00
BGP: cannot "no neighbor ISL timers 3 10" for peer-group
Signed-off-by: Daniel Walton <dwalton@cumulusnetworks.com> Reviewed-by: Donald Sharp <sharpd@cumulusnetworks.com> Ticket: CM-10438
This commit is contained in:
parent
859d388e90
commit
0c412461ba
@ -4769,7 +4769,7 @@ peer_timers_unset_vty (struct vty *vty, const char *ip_str)
|
||||
int ret;
|
||||
struct peer *peer;
|
||||
|
||||
peer = peer_lookup_vty (vty, ip_str);
|
||||
peer = peer_and_group_lookup_vty (vty, ip_str);
|
||||
if (! peer)
|
||||
return CMD_WARNING;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user