From c8a96aef3e1fb2025f3fb0f37cc4a0a75b72a0e7 Mon Sep 17 00:00:00 2001 From: Daniel Walton Date: Thu, 27 Aug 2015 13:03:11 -0700 Subject: [PATCH] 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 --- 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 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" -- 2.39.5