aboutsummaryrefslogtreecommitdiffstats
path: root/include/uapi/linux/if_arp.h
diff options
context:
space:
mode:
authorSubash Abhinov Kasiviswanathan <subashab@codeaurora.org>2017-08-29 22:44:17 -0600
committerDavid S. Miller <davem@davemloft.net>2017-08-30 11:41:13 -0700
commitcdf4969c42a6c1a376dd03a9e846cf638d3cd4b1 (patch)
tree770de97a2fb1728dca72424730c6bb3a3497d759 /include/uapi/linux/if_arp.h
parentnet: ether: Add support for multiplexing and aggregation type (diff)
downloadlinux-dev-cdf4969c42a6c1a376dd03a9e846cf638d3cd4b1.tar.xz
linux-dev-cdf4969c42a6c1a376dd03a9e846cf638d3cd4b1.zip
net: arp: Add support for raw IP device
Define the raw IP type. This is needed for raw IP net devices like rmnet. Signed-off-by: Subash Abhinov Kasiviswanathan <subashab@codeaurora.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/uapi/linux/if_arp.h')
-rw-r--r--include/uapi/linux/if_arp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/uapi/linux/if_arp.h b/include/uapi/linux/if_arp.h
index cf73510b9238..a2a635620600 100644
--- a/include/uapi/linux/if_arp.h
+++ b/include/uapi/linux/if_arp.h
@@ -59,6 +59,7 @@
#define ARPHRD_LAPB 516 /* LAPB */
#define ARPHRD_DDCMP 517 /* Digital's DDCMP protocol */
#define ARPHRD_RAWHDLC 518 /* Raw HDLC */
+#define ARPHRD_RAWIP 519 /* Raw IP */
#define ARPHRD_TUNNEL 768 /* IPIP tunnel */
#define ARPHRD_TUNNEL6 769 /* IP6IP6 tunnel */