curl-curl/docs/cmdline-opts/vlan-priority.md
Daniel Stenberg 1f0f0bdb19
managen: strict protocol check
- protocols MUST match one in the accept-list
- protocols are typically all uppercase
- drop All
- use SCP and SFTP instead of SSH
- add Protocols: to some options previously missing one

Closes #18675
2025-09-22 09:06:00 +02:00

23 lines
451 B
Markdown

---
c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
SPDX-License-Identifier: curl
Long: vlan-priority
Arg: <priority>
Help: Set VLAN priority
Added: 8.9.0
Category: connection
Multi: single
See-also:
- ip-tos
Example:
- --vlan-priority 4 $URL
---
# `--vlan-priority`
Set VLAN priority as defined in IEEE 802.1Q.
This field is set on Ethernet level, and only works within a local network.
The valid range for \<priority\> is 0 to 7.