xref: /curl/docs/cmdline-opts/vlan-priority.md (revision 134d2834)
1---
2c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
3SPDX-License-Identifier: curl
4Long: vlan-priority
5Arg: <priority>
6Help: Set VLAN priority
7Added: 8.9.0
8Category: connection
9Protocols: All
10Multi: single
11See-also:
12  - ip-tos
13Example:
14  - --vlan-priority 4 $URL
15---
16
17# `--vlan-priority`
18
19Set VLAN priority as defined in IEEE 802.1Q.
20
21This field is set on Ethernet level, and only works within a local network.
22
23The valid range for \<priority\> is 0 to 7.
24