summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry V. Levin <ldv@strace.io>2022-10-09 08:00:00 +0000
committerDmitry V. Levin <ldv@strace.io>2022-10-09 08:00:00 +0000
commit6c63d4d516d5a06e018c50214885c98db4b2fec9 (patch)
tree7edfd22b25e73aa556137be783fc6d820f883225
parent55cf23d32435cc78bfda5a64851122581c71ac0f (diff)
downloadstrace-6c63d4d516d5a06e018c50214885c98db4b2fec9.tar.gz
xlat: update ETH_P_* constants
* src/xlat/ethernet_protocols.in (ETH_P_DSA_A5PSW): New constant introduced by Linux kernel commit v6.0-rc1~141^2~283^2~13. * NEWS: Mention this change.
-rw-r--r--NEWS2
-rw-r--r--src/xlat/ethernet_protocols.in1
2 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index b08265f8b..ef9c194a8 100644
--- a/NEWS
+++ b/NEWS
@@ -4,7 +4,7 @@ Noteworthy changes in release ?.?? (????-??-??)
* Improvements
* Enhanced decoding of PTP_* ioctl commands.
* Updated decoding of setns syscall.
- * Updated lists of BPF_*, BTRFS_*, FAN_*, and NT_* constants.
+ * Updated lists of BPF_*, BTRFS_*, FAN_*, ETH_P_*, and NT_* constants.
* Bug fixes
diff --git a/src/xlat/ethernet_protocols.in b/src/xlat/ethernet_protocols.in
index 5eb25f9fd..d9291314b 100644
--- a/src/xlat/ethernet_protocols.in
+++ b/src/xlat/ethernet_protocols.in
@@ -94,5 +94,6 @@ ETH_P_QINQ2 0x9200 /* deprecated QinQ VLAN [ NOT AN OFFICIALLY REGISTERED ID ]
ETH_P_QINQ3 0x9300 /* deprecated QinQ VLAN [ NOT AN OFFICIALLY REGISTERED ID ] */
ETH_P_EDSA 0xDADA /* Ethertype DSA [ NOT AN OFFICIALLY REGISTERED ID ] */
ETH_P_DSA_8021Q 0xDADB /* Fake VLAN Header for DSA [ NOT AN OFFICIALLY REGISTERED ID ] */
+ETH_P_DSA_A5PSW 0xE001 /* A5PSW Tag Value [ NOT AN OFFICIALLY REGISTERED ID ] */
ETH_P_IFE 0xED3E /* ForCES inter-FE LFB type */
ETH_P_AF_IUCV 0xFBFB /* IBM af_iucv [ NOT AN OFFICIALLY REGISTERED ID ] */