From: Daniel Walton Date: Thu, 14 Apr 2016 20:34:43 +0000 (+0000) Subject: BGP: cannot "no neighbor ISL timers 3 10" for peer-group X-Git-Tag: frr-2.0-rc1~967^2 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=0c412461ba38ba60d0b8d48aac100f12f09d8b4c;p=mirror%2Ffrr.git BGP: cannot "no neighbor ISL timers 3 10" for peer-group Signed-off-by: Daniel Walton Reviewed-by: Donald Sharp Ticket: CM-10438 --- 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;