]> granicus.if.org Git - strace/commitdiff
Update ETH_P_* constants
authorDmitry V. Levin <ldv@altlinux.org>
Tue, 12 Sep 2017 15:46:35 +0000 (15:46 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Sun, 17 Sep 2017 12:04:11 +0000 (12:04 +0000)
* xlat/ethernet_protocols.in: Add ETH_P_ERSPAN, ETH_P_NSH, ETH_P_IFE,
and ETH_P_MAP introduced by kernel commits v4.14-rc1~130^2~164,
v4.14-rc1~130^2~89^2~3, v4.14-rc1~130^2~90^2~2, and
v4.14-rc1~130^2~78^2~2, respectively.
* NEWS: Mention this.

NEWS
xlat/ethernet_protocols.in

diff --git a/NEWS b/NEWS
index 39955f1fff67692473f6017dcc1007031d15822e..416bbc288cb741be20f77f6089f00cd3137bd63c 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,7 +2,8 @@ Noteworthy changes in release ?.?? (????-??-??)
 ===============================================
 
 * Improvements
-  * Updated lists of ARPHRD_*, BPF_*, MADV_*, SO_*, SOL_* and TCP_* constants.
+  * Updated lists of ARPHRD_*, BPF_*, ETH_P_*, MADV_*, SO_*, SOL_* and TCP_*
+    constants.
 
 Noteworthy changes in release 4.19 (2017-09-05)
 ===============================================
index 522d1bee61b3319de8c79d5b63e3c865248a3173..2e4a18213de7278f00a1a0ad502478ca6d8c9a45 100644 (file)
@@ -22,6 +22,7 @@ ETH_P_RARP
 ETH_P_ATALK
 ETH_P_AARP
 ETH_P_8021Q
+ETH_P_ERSPAN
 ETH_P_IPX
 ETH_P_IPV6
 ETH_P_PAUSE
@@ -50,11 +51,13 @@ ETH_P_TDLS
 ETH_P_FIP
 ETH_P_80221
 ETH_P_HSR
+ETH_P_NSH
 ETH_P_LOOPBACK
 ETH_P_QINQ1
 ETH_P_QINQ2
 ETH_P_QINQ3
 ETH_P_EDSA
+ETH_P_IFE
 ETH_P_AF_IUCV
 ETH_P_802_3_MIN
 ETH_P_802_3
@@ -82,3 +85,4 @@ ETH_P_PHONET
 ETH_P_IEEE802154
 ETH_P_CAIF
 ETH_P_XDSA
+ETH_P_MAP