2012-10-30 03:29:53 +01:00
|
|
|
config BR2_PACKAGE_ARPTABLES
|
2019-12-04 20:11:44 +01:00
|
|
|
bool "arptables-legacy"
|
2014-11-08 13:22:53 +01:00
|
|
|
depends on BR2_USE_MMU # needs fork()
|
2012-10-30 03:29:53 +01:00
|
|
|
help
|
2019-12-04 20:11:44 +01:00
|
|
|
Legacy tool to set up, maintain, and inspect the tables of ARP
|
|
|
|
rules.
|
2012-10-30 03:29:53 +01:00
|
|
|
|
2019-12-04 20:11:44 +01:00
|
|
|
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
|