Skip to content

Commit

Permalink
Add ARP header (#109)
Browse files Browse the repository at this point in the history
* Add ARP header

* Add generated bindings for ARP header
  • Loading branch information
DBLouis authored Feb 13, 2024
1 parent 6766bc8 commit a6a72df
Show file tree
Hide file tree
Showing 21 changed files with 50,273 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,14 @@ static_assertions = "1.1.0"
libc = "0.2.100"

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

# The rest of this file is auto-generated!
[features]
errno = []
general = []
if_arp = []
if_ether = []
if_packet = []
io_uring = []
Expand Down
3 changes: 3 additions & 0 deletions gen/modules/if_arp.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#include "support.h"

#include <linux/if_arp.h>
Loading

0 comments on commit a6a72df

Please sign in to comment.