]> git.puffer.fish Git - matthieu/frr.git/commitdiff
Removing neighbor command is silently ignored if interface v6only option
authorDaniel Walton <dwalton@cumulusnetworks.com>
Thu, 27 Aug 2015 20:03:11 +0000 (13:03 -0700)
committerDaniel Walton <dwalton@cumulusnetworks.com>
Thu, 27 Aug 2015 20:03:11 +0000 (13:03 -0700)
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

index 2612cdce075b40cdccd1e6a10052aa98cd91d86a..3a7b82b4468001624ed4afdce6a84606d6da282e 100644 (file)
@@ -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"