>From ebd033f06ad5e4e009103e6d21181410cdfa116e Mon Sep 17 00:00:00 2001 From: Szabolcs Nagy Date: Fri, 17 Dec 2021 22:03:11 +0000 Subject: [PATCH 08/20] netinet/if_ether.h: add ETH_P_MCTP from linux v5.15 see linux commit 583be982d93479ea3d85091b0fd0b01201ede87d mctp: Add device handling and netlink interface --- include/netinet/if_ether.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/netinet/if_ether.h b/include/netinet/if_ether.h index 3479f511..26d23887 100644 --- a/include/netinet/if_ether.h +++ b/include/netinet/if_ether.h @@ -111,6 +111,7 @@ #define ETH_P_CAIF 0x00F7 #define ETH_P_XDSA 0x00F8 #define ETH_P_MAP 0x00F9 +#define ETH_P_MCTP 0x00FA struct ethhdr { uint8_t h_dest[ETH_ALEN]; -- 2.35.1