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

@ -86,6 +86,7 @@ struct OperationConfig {
long low_speed_limit;
long low_speed_time;
long ip_tos; /* IP Type of Service */
long vlan_priority; /* VLAN priority */
char *dns_servers; /* dot notation: 1.1.1.1;2.2.2.2 */
char *dns_interface; /* interface name */
char *dns_ipv4_addr; /* dot notation */