]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Add ARPHRD_CAN, ARPHRD_MCTP to net/if_arp.h
authorJoseph Myers <joseph@codesourcery.com>
Mon, 20 Dec 2021 15:38:32 +0000 (15:38 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Mon, 20 Dec 2021 15:38:32 +0000 (15:38 +0000)
Add the constant ARPHRD_MCTP, from Linux 5.15, to net/if_arp.h, along
with ARPHRD_CAN which was added to Linux in version 2.6.25 (commit
cd05acfe65ed2cf2db683fa9a6adb8d35635263b, "[CAN]: Allocate protocol
numbers for PF_CAN") but apparently missed for glibc at the time.

Tested for x86_64.

sysdeps/unix/sysv/linux/net/if_arp.h

index 0f925da4f44f59c77affc3c9d9bf28e34ab1d28c..9ad10c37fad3a216612437c0b097118a936177ce 100644 (file)
@@ -94,6 +94,8 @@ struct arphdr
 #define ARPHRD_ROSE    270
 #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