From: Quentin Young Date: Fri, 11 Nov 2016 00:46:38 +0000 (+0000) Subject: bgpd: Fix ambiguous command definition X-Git-Tag: frr-3.0-branchpoint~129^2~39 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=33e1e4eacb81c803b5a7c936c6eaf6837e37b86b;p=matthieu%2Ffrr.git bgpd: Fix ambiguous command definition * neighbor ... attribute-unchanged Signed-off-by: Quentin Young --- diff --git a/bgpd/bgp_vty.c b/bgpd/bgp_vty.c index 707fc0d9fa..781c2f6078 100644 --- a/bgpd/bgp_vty.c +++ b/bgpd/bgp_vty.c @@ -4006,7 +4006,7 @@ DEFUN (no_neighbor_nexthop_local_unchanged, DEFUN (neighbor_attr_unchanged, neighbor_attr_unchanged_cmd, - "neighbor attribute-unchanged [] [] []", + "neighbor attribute-unchanged [ [ []]]", 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 attribute-unchanged [] [] []", + "no neighbor attribute-unchanged [ [ []]]", NO_STR NEIGHBOR_STR NEIGHBOR_ADDR_STR2