]> git.puffer.fish Git - mirror/frr.git/commitdiff
bgpd: Fix '[no] labels LABELLIST...' command
authorDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 26 Jan 2017 02:55:25 +0000 (21:55 -0500)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 26 Jan 2017 02:55:25 +0000 (21:55 -0500)
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
bgpd/rfapi/bgp_rfapi_cfg.c

index 10b365c1c87f2b8dbed6a4a2f12c7ef9436933df..c694a8e3cefa06caf6c806a89f2d4405416a7126 100644 (file)
@@ -3880,7 +3880,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")
 {
@@ -3923,7 +3923,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"