From 0c412461ba38ba60d0b8d48aac100f12f09d8b4c Mon Sep 17 00:00:00 2001 From: Daniel Walton Date: Thu, 14 Apr 2016 20:34:43 +0000 Subject: [PATCH] BGP: cannot "no neighbor ISL timers 3 10" for peer-group Signed-off-by: Daniel Walton Reviewed-by: Donald Sharp Ticket: CM-10438 --- bgpd/bgp_vty.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bgpd/bgp_vty.c b/bgpd/bgp_vty.c index 2cf7240ba0..12ec11e896 100644 --- a/bgpd/bgp_vty.c +++ b/bgpd/bgp_vty.c @@ -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; -- 2.39.5