From 5d51a01c9695999c3ae2fd8680ae2ea5e86fb88d Mon Sep 17 00:00:00 2001 From: "Dmitry V. Levin" Date: Tue, 13 Aug 2019 11:06:57 +0000 Subject: [PATCH] xlat: update ETH_* constants * xlat/ethernet_protocols.in (ETH_P_LLDP): New constant introduced by Linux kernel commit v5.3-rc1~140^2~329^2~6. --- xlat/ethernet_protocols.in | 1 + 1 file changed, 1 insertion(+) diff --git a/xlat/ethernet_protocols.in b/xlat/ethernet_protocols.in index 3197fbe5..87799fef 100644 --- a/xlat/ethernet_protocols.in +++ b/xlat/ethernet_protocols.in @@ -70,6 +70,7 @@ 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_LLDP 0x88CC /* Link Layer Discovery Protocol */ ETH_P_MACSEC 0x88E5 /* 802.1ae MACsec */ ETH_P_8021AH 0x88E7 /* 802.1ah Backbone Service Tag */ ETH_P_MVRP 0x88F5 /* 802.1Q MVRP */ -- 2.50.1