From: Donald Sharp Date: Mon, 16 Jan 2017 12:42:38 +0000 (-0500) Subject: bgpd: Fixup missing list '...' values X-Git-Tag: frr-3.0-branchpoint~84^2 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=444592b1f6d5f35f8c7236ca27ee4dd6d944f8e3;p=mirror%2Ffrr.git bgpd: Fixup missing list '...' values When I modified the code to use the new cli, I missed adding a '...' in a couple of spaces. Signed-off-by: Donald Sharp --- diff --git a/bgpd/rfapi/bgp_rfapi_cfg.c b/bgpd/rfapi/bgp_rfapi_cfg.c index 4fa00c1ae2..ab9a24e831 100644 --- a/bgpd/rfapi/bgp_rfapi_cfg.c +++ b/bgpd/rfapi/bgp_rfapi_cfg.c @@ -3364,7 +3364,7 @@ DEFUN (vnc_l2_group_lni, DEFUN (vnc_l2_group_labels, vnc_l2_group_labels_cmd, - "labels LABELLIST", + "labels LABELLIST...", "Specify label values associated with group\n" "Space separated list of label values <0-1048575>\n") { @@ -3402,7 +3402,7 @@ DEFUN (vnc_l2_group_labels, DEFUN (vnc_l2_group_no_labels, vnc_l2_group_no_labels_cmd, - "no labels LABELLIST", + "no labels LABELLIST...", NO_STR "Remove label values associated with L2 group\n" "Specify label values associated with L2 group\n"