curl: support VLAN Priority: --vlan-priority

Add --vlan-priority option to the command line tool for setting VLAN
priority.

Closes #13907
This commit is contained in:
Orgad Shaneh 2024-05-14 09:54:26 +03:00 committed by Daniel Stenberg
parent 1445b7ae23
commit 54fe8c44e1
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
9 changed files with 62 additions and 5 deletions

View file

@ -810,6 +810,9 @@ const struct helptxt helptext[] = {
{"-V, --version",
"Show version number and quit",
CURLHELP_IMPORTANT | CURLHELP_CURL},
{" --vlan-priority <priority>",
"Set VLAN priority",
CURLHELP_CONNECTION},
{"-w, --write-out <format>",
"Output FORMAT after completion",
CURLHELP_VERBOSE},