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 whenevernetwork-address-resolution-protocol
is added without
somewhere in the dependency tree.default-features = false - 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.