summaryrefslogtreecommitdiffstats
path: root/iptables/nft-arp.h
Commit message (Collapse)AuthorAgeFilesLines
* arptables-compat: allow to not specify a targetPablo Neira Ayuso2014-10-091-0/+16
arptables allows this: # arptables -I INPUT however, arptables-compat says: arptables v1.4.21: No target provided or initalization failed Try `arptables -h' or 'arptables --help' for more information. the compat utility must mimic the same behaviour. Fix this by introducing the arptables_command_state abstraction that is already available in ip{6}tables. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>