From: Daniel Walton Date: Thu, 27 Aug 2015 20:03:11 +0000 (-0700) Subject: Removing neighbor command is silently ignored if interface v6only option X-Git-Tag: frr-2.0-rc1~1274 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=c8a96aef3e1fb2025f3fb0f37cc4a0a75b72a0e7;p=matthieu%2Ffrr.git Removing neighbor command is silently ignored if interface v6only option is used Ticket: CM-6505 Reviewed By: Vivek Testing Done: The 'no' for this command was missing the {v6only} at the end --- diff --git a/bgpd/bgp_vty.c b/bgpd/bgp_vty.c index 2612cdce07..3a7b82b446 100644 --- a/bgpd/bgp_vty.c +++ b/bgpd/bgp_vty.c @@ -2698,7 +2698,7 @@ ALIAS (no_neighbor, DEFUN (no_neighbor_interface_config, no_neighbor_interface_config_cmd, - "no neighbor WORD interface", + "no neighbor WORD interface {v6only}", NO_STR NEIGHBOR_STR "Interface name\n"