Skip to content

Commit cdf4969

Browse files
Subash Abhinov Kasiviswanathandavem330
authored andcommitted
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>
1 parent 7373ae7 commit cdf4969

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/uapi/linux/if_arp.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@
5959
#define ARPHRD_LAPB 516 /* LAPB */
6060
#define ARPHRD_DDCMP 517 /* Digital's DDCMP protocol */
6161
#define ARPHRD_RAWHDLC 518 /* Raw HDLC */
62+
#define ARPHRD_RAWIP 519 /* Raw IP */
6263

6364
#define ARPHRD_TUNNEL 768 /* IPIP tunnel */
6465
#define ARPHRD_TUNNEL6 769 /* IP6IP6 tunnel */

0 commit comments

Comments
 (0)