13 lines
359 B
Plaintext
13 lines
359 B
Plaintext
|
config BR2_PACKAGE_ARPTABLES
|
||
|
bool "arptables-legacy"
|
||
|
depends on BR2_USE_MMU # needs fork()
|
||
|
help
|
||
|
Legacy tool to set up, maintain, and inspect the tables of ARP
|
||
|
rules.
|
||
|
|
||
|
A more uptodate client of the arptables tool is provided in
|
||
|
the iptables package. The new tool was formerly known as
|
||
|
arptables-compat.
|
||
|
|
||
|
http://git.netfilter.org/arptables
|