From 40a5644b2c1011c61a52f63cbe1d8d07f0c1b481 Mon Sep 17 00:00:00 2001 From: "Dmitry V. Levin" Date: Mon, 27 May 2019 21:25:52 +0000 Subject: [PATCH] xlat: update ETH_* constants * 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 | 2 +- xlat/ethernet_protocols.in | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 3a1436ff..08817d72 100644 --- 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) diff --git a/xlat/ethernet_protocols.in b/xlat/ethernet_protocols.in index 80c52a96..7a634872 100644 --- a/xlat/ethernet_protocols.in +++ b/xlat/ethernet_protocols.in @@ -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 ] */ -- 2.40.0