1
2
3
4
5
6
7
8
9
10
11
12
| 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
|
|