mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-06 00:41:20 +00:00
bgpd: Fix '[no] labels LABELLIST...' command
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
This commit is contained in:
parent
c7f1274bad
commit
a2119b202a
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user