]> git.puffer.fish Git - matthieu/frr.git/commitdiff
bgpd: Fix ambiguous command definition
authorQuentin Young <qlyoung@cumulusnetworks.com>
Fri, 11 Nov 2016 00:46:38 +0000 (00:46 +0000)
committerQuentin Young <qlyoung@cumulusnetworks.com>
Fri, 11 Nov 2016 00:46:38 +0000 (00:46 +0000)
* neighbor ... attribute-unchanged

Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
bgpd/bgp_vty.c

index 707fc0d9fa15f8b33e0b7066860131b6061765c3..781c2f60789b16caddf77a2b69afc05b2fb87c38 100644 (file)
@@ -4006,7 +4006,7 @@ DEFUN (no_neighbor_nexthop_local_unchanged,
 
 DEFUN (neighbor_attr_unchanged,
        neighbor_attr_unchanged_cmd,
-       "neighbor <A.B.C.D|X:X::X:X|WORD> attribute-unchanged [<as-path|next-hop|med>] [<as-path|next-hop|med>] [<as-path|next-hop|med>]",
+       "neighbor <A.B.C.D|X:X::X:X|WORD> attribute-unchanged [<as-path|next-hop|med> [<as-path|next-hop|med> [<as-path|next-hop|med>]]]",
        NEIGHBOR_STR
        NEIGHBOR_ADDR_STR2
        "BGP attribute is propagated unchanged to this neighbor\n"
@@ -4045,7 +4045,7 @@ DEFUN (neighbor_attr_unchanged,
 
 DEFUN (no_neighbor_attr_unchanged,
        no_neighbor_attr_unchanged_cmd,
-       "no neighbor <A.B.C.D|X:X::X:X|WORD> attribute-unchanged [<as-path|next-hop|med>] [<as-path|next-hop|med>] [<as-path|next-hop|med>]",
+       "no neighbor <A.B.C.D|X:X::X:X|WORD> attribute-unchanged [<as-path|next-hop|med> [<as-path|next-hop|med> [<as-path|next-hop|med>]]]",
        NO_STR
        NEIGHBOR_STR
        NEIGHBOR_ADDR_STR2