From: Chris Packham Date: Thu, 9 Sep 2021 21:51:36 +0000 (+1200) Subject: basic/linux: Sync if_arp.h with Linux 5.14 X-Git-Tag: v250-rc1~705 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7c5b9952c4f6e2b72f90edbe439982528b7cf223;p=thirdparty%2Fsystemd.git basic/linux: Sync if_arp.h with Linux 5.14 ARPHRD_MCTP was added in 5.14. Sync if_arp.h to pick up the definition Fixes #20694 --- diff --git a/src/basic/linux/if_arp.h b/src/basic/linux/if_arp.h index c3cc5a9e5ea..4783af9fe52 100644 --- a/src/basic/linux/if_arp.h +++ b/src/basic/linux/if_arp.h @@ -54,6 +54,7 @@ #define ARPHRD_X25 271 /* CCITT X.25 */ #define ARPHRD_HWX25 272 /* Boards with X.25 in firmware */ #define ARPHRD_CAN 280 /* Controller Area Network */ +#define ARPHRD_MCTP 290 #define ARPHRD_PPP 512 #define ARPHRD_CISCO 513 /* Cisco HDLC */ #define ARPHRD_HDLC ARPHRD_CISCO