projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7373ae7
)
net: arp: Add support for raw IP device
author
Subash Abhinov Kasiviswanathan
<
[email protected]
>
Wed, 30 Aug 2017 04:44:17 +0000
(22:44 -0600)
committer
David S. Miller
<
[email protected]
>
Wed, 30 Aug 2017 18:41:13 +0000
(11:41 -0700)
Define the raw IP type. This is needed for raw IP net devices
like rmnet.
Signed-off-by: Subash Abhinov Kasiviswanathan <
[email protected]
>
Signed-off-by: David S. Miller <
[email protected]
>
include/uapi/linux/if_arp.h
patch
|
blob
|
history
diff --git
a/include/uapi/linux/if_arp.h
b/include/uapi/linux/if_arp.h
index cf73510b923864fd1b0c20bd3de47ba874a9b855..a2a63562060050ba4041a86905407f19e3ebd3a8 100644
(file)
--- 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 */