From 472b1c9d52f8db4f91bf19ccceee7f3e40598c4d Mon Sep 17 00:00:00 2001 From: Szabolcs Nagy Date: Tue, 29 Mar 2022 19:56:56 +0000 Subject: [PATCH 13/20] netinet/if_ether.h: add ETH_P_REALTEK from linux v5.16 see linux commit 7bbbbfaa7a1b0b03890f25fba5f28bb8c7ef145a ether: add EtherType for proprietary Realtek protocols --- 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 26d23887..21a379cb 100644 --- a/include/netinet/if_ether.h +++ b/include/netinet/if_ether.h @@ -52,6 +52,7 @@ #define ETH_P_LINK_CTL 0x886c #define ETH_P_ATMFATE 0x8884 #define ETH_P_PAE 0x888E +#define ETH_P_REALTEK 0x8899 #define ETH_P_AOE 0x88A2 #define ETH_P_8021AD 0x88A8 #define ETH_P_802_EX1 0x88B5 -- 2.35.1