aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux
diff options
context:
space:
mode:
authorAleksandr Nogikh <nogikh@google.com>2024-01-03 16:10:18 +0100
committerAleksandr Nogikh <nogikh@google.com>2024-01-03 15:22:26 +0000
commit28c42cffb02cb3eb71fa7649e68149ca1818ff83 (patch)
tree60f32f4420fd3bfb06afa8fb0a4eff020db164e8 /sys/linux
parent8a70020f31559cb43209df6788c90da90f05cec2 (diff)
sys/linux: fix vlang double tag const
Double tagging is used in 802.1ad, which is identified by TPID=0x88a8. We were using an incorrect const.
Diffstat (limited to 'sys/linux')
-rw-r--r--sys/linux/vnet.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/linux/vnet.txt b/sys/linux/vnet.txt
index 971ad95c2..9e1897f6e 100644
--- a/sys/linux/vnet.txt
+++ b/sys/linux/vnet.txt
@@ -73,7 +73,7 @@ type mac_addr_mask array[flags[mac_addr_mask_vals, int8], 6]
mac_addr_mask_vals = 0, 0xff
vlan_tag_ad {
- tpid const[ETH_P_QINQ1, int16be]
+ tpid const[ETH_P_8021AD, int16be]
pcp int16:3
dei int16:1
vid int16:12[0:4]