* Add Linux 4.14 ARPHRD_RAWIP to net/if_arp.h
@ 2017-11-15 23:51 Joseph Myers
2017-11-16 2:41 ` Dmitry V. Levin
0 siblings, 1 reply; 2+ messages in thread
From: Joseph Myers @ 2017-11-15 23:51 UTC (permalink / raw)
To: libc-alpha
This patch adds ARPHRD_RAWIP from Linux 4.14 to the Linux
net/if_arp.h.
Tested for x86_64.
2017-11-15 Joseph Myers <joseph@codesourcery.com>
* sysdeps/unix/sysv/linux/net/if_arp.h (ARPHRD_RAWIP): New macro.
diff --git a/sysdeps/unix/sysv/linux/net/if_arp.h b/sysdeps/unix/sysv/linux/net/if_arp.h
index 9b00644..95a7708 100644
--- a/sysdeps/unix/sysv/linux/net/if_arp.h
+++ b/sysdeps/unix/sysv/linux/net/if_arp.h
@@ -101,6 +101,7 @@ struct arphdr
#define ARPHRD_LAPB 516 /* LAPB. */
#define ARPHRD_DDCMP 517 /* Digital's DDCMP. */
#define ARPHRD_RAWHDLC 518 /* Raw HDLC. */
+#define ARPHRD_RAWIP 519 /* Raw IP. */
#define ARPHRD_TUNNEL 768 /* IPIP tunnel. */
#define ARPHRD_TUNNEL6 769 /* IPIP6 tunnel. */
--
Joseph S. Myers
joseph@codesourcery.com
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Add Linux 4.14 ARPHRD_RAWIP to net/if_arp.h
2017-11-15 23:51 Add Linux 4.14 ARPHRD_RAWIP to net/if_arp.h Joseph Myers
@ 2017-11-16 2:41 ` Dmitry V. Levin
0 siblings, 0 replies; 2+ messages in thread
From: Dmitry V. Levin @ 2017-11-16 2:41 UTC (permalink / raw)
To: libc-alpha
[-- Attachment #1: Type: text/plain, Size: 886 bytes --]
On Wed, Nov 15, 2017 at 11:50:53PM +0000, Joseph Myers wrote:
> This patch adds ARPHRD_RAWIP from Linux 4.14 to the Linux
> net/if_arp.h.
>
> Tested for x86_64.
>
> 2017-11-15 Joseph Myers <joseph@codesourcery.com>
>
> * sysdeps/unix/sysv/linux/net/if_arp.h (ARPHRD_RAWIP): New macro.
>
> diff --git a/sysdeps/unix/sysv/linux/net/if_arp.h b/sysdeps/unix/sysv/linux/net/if_arp.h
> index 9b00644..95a7708 100644
> --- a/sysdeps/unix/sysv/linux/net/if_arp.h
> +++ b/sysdeps/unix/sysv/linux/net/if_arp.h
> @@ -101,6 +101,7 @@ struct arphdr
> #define ARPHRD_LAPB 516 /* LAPB. */
> #define ARPHRD_DDCMP 517 /* Digital's DDCMP. */
> #define ARPHRD_RAWHDLC 518 /* Raw HDLC. */
> +#define ARPHRD_RAWIP 519 /* Raw IP. */
>
> #define ARPHRD_TUNNEL 768 /* IPIP tunnel. */
> #define ARPHRD_TUNNEL6 769 /* IPIP6 tunnel. */
This is OK.
--
ldv
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 801 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-11-16 2:41 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-15 23:51 Add Linux 4.14 ARPHRD_RAWIP to net/if_arp.h Joseph Myers
2017-11-16 2:41 ` Dmitry V. Levin
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).