From 4ab42f8bde0111f7e54b4aca0ae892b89d9ba289 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 19 Dec 2024 16:48:28 +0100 Subject: [PATCH] usingcurl/connections/vlan.md: explain --vlan-priority Fixes #466 Closes #518 --- SUMMARY.md | 1 + usingcurl/connections/README.md | 1 + usingcurl/connections/vlan.md | 11 +++++++++++ wordlist.txt | 1 + 4 files changed, 14 insertions(+) create mode 100644 usingcurl/connections/vlan.md diff --git a/SUMMARY.md b/SUMMARY.md index 441b8b15d..58702df3f 100644 --- a/SUMMARY.md +++ b/SUMMARY.md @@ -105,6 +105,7 @@ * [Request rate limiting](usingcurl/transfers/request-rate.md) * [Compression](usingcurl/transfers/compression.md) * [Connections](usingcurl/connections/README.md) + * [VLAN](usingcurl/connections/vlan.md) * [Name resolve tricks](usingcurl/connections/name.md) * [Connection timeout](usingcurl/connections/timeout.md) * [Happy Eyeballs](usingcurl/connections/happy.md) diff --git a/usingcurl/connections/README.md b/usingcurl/connections/README.md index 4e4d329de..8b32b989a 100644 --- a/usingcurl/connections/README.md +++ b/usingcurl/connections/README.md @@ -9,6 +9,7 @@ For ordinary command line usage, operating on a URL, these are details which are taken care of under the hood, and which you can mostly ignore. But at times you might find yourself wanting to tweak the specifics… +* [VLAN](vlan.md) * [Name resolve tricks](name.md) * [Connection timeout](timeout.md) * [Happy Eyeballs](happy.md) diff --git a/usingcurl/connections/vlan.md b/usingcurl/connections/vlan.md new file mode 100644 index 000000000..7c7f10b13 --- /dev/null +++ b/usingcurl/connections/vlan.md @@ -0,0 +1,11 @@ +# VLAN + +With the `--vlan-priority` command line option you set a priority value +between 0 and 7 that is set in the Ethernet header. It is thus limited to your +local network only and will not be used across any routers. + +VLAN priority as defined in IEEE 802.1Q. + +Example: + + curl --vlan-priority 4 https://example.com diff --git a/wordlist.txt b/wordlist.txt index 023c41c3e..186d25af1 100644 --- a/wordlist.txt +++ b/wordlist.txt @@ -569,6 +569,7 @@ VC vcpkg VERIFYRESULT Viktor +VLAN VMware vtls Warta