Cargo Features

[dependencies]
network-address-resolution-protocol = { version = "0.1.2", default-features = false, features = ["drop-arp-requests-with-non-zero-target-hardware-address", "dpdk-sys", "libc"] }
default = drop-arp-requests…hardware-address

The drop-arp-requests-with-non-zero-target-hardware-address feature is set by default whenever network-address-resolution-protocol is added without default-features = false somewhere in the dependency tree.

drop-arp-requests-with-non-zero-target-hardware-address default

Drops ARP requests with a non-zero target hardware address.

Enabled by default.

Violates RFC 5227.

Features from optional dependencies

dpdk-sys implicit feature
libc implicit feature

Enables libc

libc:

Raw FFI bindings to platform libraries like libc