diff options
| author | Aleksandr Nogikh <nogikh@google.com> | 2024-01-03 16:10:18 +0100 |
|---|---|---|
| committer | Aleksandr Nogikh <nogikh@google.com> | 2024-01-03 15:22:26 +0000 |
| commit | 28c42cffb02cb3eb71fa7649e68149ca1818ff83 (patch) | |
| tree | 60f32f4420fd3bfb06afa8fb0a4eff020db164e8 /sys | |
| parent | 8a70020f31559cb43209df6788c90da90f05cec2 (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')
| -rw-r--r-- | sys/linux/vnet.txt | 2 |
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] |
