diff options
| author | Daniel Walton <dwalton@cumulusnetworks.com> | 2016-04-14 20:34:43 +0000 |
|---|---|---|
| committer | Daniel Walton <dwalton@cumulusnetworks.com> | 2016-04-14 20:34:43 +0000 |
| commit | 0c412461ba38ba60d0b8d48aac100f12f09d8b4c (patch) | |
| tree | d33bef4611b72068c894531328f5a0ba18976177 | |
| parent | 859d388e90958ce8eb42105023340c048c06ecb7 (diff) | |
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
| -rw-r--r-- | bgpd/bgp_vty.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
