Skip to content

Commit a6a72df

Browse files
authored
Add ARP header (#109)
* Add ARP header * Add generated bindings for ARP header
1 parent 6766bc8 commit a6a72df

File tree

21 files changed

+50273
-1
lines changed

21 files changed

+50273
-1
lines changed

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,14 @@ static_assertions = "1.1.0"
2121
libc = "0.2.100"
2222

2323
[package.metadata.docs.rs]
24-
features = ["default", "ioctl", "netlink", "io_uring", "if_ether", "if_packet", "net", "prctl", "elf", "xdp", "mempolicy", "system"]
24+
features = ["default", "ioctl", "netlink", "io_uring", "if_arp", "if_ether", "if_packet", "net", "prctl", "elf", "xdp", "mempolicy", "system"]
2525
targets = ["x86_64-unknown-linux-gnu", "i686-unknown-linux-gnu"]
2626

2727
# The rest of this file is auto-generated!
2828
[features]
2929
errno = []
3030
general = []
31+
if_arp = []
3132
if_ether = []
3233
if_packet = []
3334
io_uring = []

gen/modules/if_arp.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#include "support.h"
2+
3+
#include <linux/if_arp.h>

0 commit comments

Comments
 (0)