-
-
Notifications
You must be signed in to change notification settings - Fork 305
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
usingcurl/connections/vlan.md: explain --vlan-priority
Fixes #466
- Loading branch information
Showing
3 changed files
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# VLAN | ||
|
||
With the `--vlan-priority` command line option you set a priority value betwen | ||
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 |