mirror of
https://github.com/curl/curl.git
synced 2026-08-25 21:03:34 +03:00
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:
parent
1445b7ae23
commit
54fe8c44e1
9 changed files with 62 additions and 5 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue