]> granicus.if.org Git - strace/commitdiff
xlat: update ETH_* constants
authorDmitry V. Levin <ldv@altlinux.org>
Mon, 27 May 2019 21:25:52 +0000 (21:25 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Mon, 27 May 2019 21:25:52 +0000 (21:25 +0000)
* xlat/ethernet_protocols.in (ETH_P_DSA_8021Q): New constant introduced
by Linux kernel commit v5.2-rc1~133^2~58^2~7.
* NEWS: Mention this.

NEWS
xlat/ethernet_protocols.in

diff --git a/NEWS b/NEWS
index 3a1436ff148ad94f899025b706782f4d55d410c0..08817d72d331cded2a3c59226c72fea32878d565 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,7 +2,7 @@ Noteworthy changes in release ?.? (????-??-??)
 ==============================================
 
 * Improvements
-  * Updated lists of AUDIT_*, CLONE_*, KEY_*, KVM_*, TIPC_*,
+  * Updated lists of AUDIT_*, CLONE_*, ETH_*, KEY_*, KVM_*, TIPC_*,
     and V4L2_* constants.
 
 Noteworthy changes in release 5.1 (2019-05-22)
index 80c52a969a929d508fe36ebef4f2d967f7cbab00..7a6348725e70e3126f3aecf0de6fc22edc9df9bb 100644 (file)
@@ -88,5 +88,6 @@ ETH_P_QINQ1   0x9100          /* deprecated QinQ VLAN [ NOT AN OFFICIALLY REGISTERED ID ]
 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_IFE      0xED3E          /* ForCES inter-FE LFB type */
 ETH_P_AF_IUCV   0xFBFB         /* IBM af_iucv [ NOT AN OFFICIALLY REGISTERED ID ] */