]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
basic/linux: Sync if_arp.h with Linux 5.14
authorChris Packham <chris.packham@alliedtelesis.co.nz>
Thu, 9 Sep 2021 21:51:36 +0000 (09:51 +1200)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 10 Sep 2021 06:22:18 +0000 (15:22 +0900)
ARPHRD_MCTP was added in 5.14. Sync if_arp.h to pick up the definition

Fixes #20694

src/basic/linux/if_arp.h

index c3cc5a9e5eaf064a945f7d96a5b4226cb243619c..4783af9fe5200225044b221cd4499359900669cd 100644 (file)
@@ -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