From 822a70b3ec9a91dff5c2ff559b208643b7a88413 Mon Sep 17 00:00:00 2001 From: Eugene Syromyatnikov Date: Sun, 8 Apr 2018 23:29:35 +0200 Subject: [PATCH] xlat: add ETH_P_PREAUTH * xlat/ethernet_protocols.in (ETH_P_PREAUTH): New constant, introduced by Linux commit v4.17-rc1~148^2~379^2~3. --- xlat/ethernet_protocols.in | 1 + 1 file changed, 1 insertion(+) diff --git a/xlat/ethernet_protocols.in b/xlat/ethernet_protocols.in index 1e30f77e..80c52a96 100644 --- a/xlat/ethernet_protocols.in +++ b/xlat/ethernet_protocols.in @@ -68,6 +68,7 @@ ETH_P_AOE 0x88A2 /* ATA over Ethernet */ ETH_P_8021AD 0x88A8 /* 802.1ad Service VLAN */ ETH_P_802_EX1 0x88B5 /* 802.1 Local Experimental 1. */ ETH_P_ERSPAN 0x88BE /* ERSPAN type II */ +ETH_P_PREAUTH 0x88C7 /* 802.11 Preauthentication */ ETH_P_TIPC 0x88CA /* TIPC */ ETH_P_MACSEC 0x88E5 /* 802.1ae MACsec */ ETH_P_8021AH 0x88E7 /* 802.1ah Backbone Service Tag */ -- 2.40.0