aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/netfilter/Kconfig
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@netfilter.org>2013-10-07 22:53:08 +0200
committerPablo Neira Ayuso <pablo@netfilter.org>2013-10-14 18:01:03 +0200
commited683f138b3dbc8a5e878e24a0bfa0bb61043a09 (patch)
tree86ae7c24eb4d4032f6d5eb4aa175a6c88033ac70 /net/ipv4/netfilter/Kconfig
parentnetfilter: nf_tables: add trace support (diff)
downloadlinux-dev-ed683f138b3dbc8a5e878e24a0bfa0bb61043a09.tar.xz
linux-dev-ed683f138b3dbc8a5e878e24a0bfa0bb61043a09.zip
netfilter: nf_tables: add ARP filtering support
This patch registers the ARP family and he filter chain type for this family. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'net/ipv4/netfilter/Kconfig')
-rw-r--r--net/ipv4/netfilter/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/net/ipv4/netfilter/Kconfig b/net/ipv4/netfilter/Kconfig
index 1f37ef67f1ac..40d56073cd19 100644
--- a/net/ipv4/netfilter/Kconfig
+++ b/net/ipv4/netfilter/Kconfig
@@ -53,6 +53,10 @@ config NFT_CHAIN_NAT_IPV4
depends on NF_NAT_IPV4 && NFT_NAT
tristate "IPv4 nf_tables nat chain support"
+config NF_TABLES_ARP
+ depends on NF_TABLES
+ tristate "ARP nf_tables support"
+
config IP_NF_IPTABLES
tristate "IP tables support (required for filtering/masq/NAT)"
default m if NETFILTER_ADVANCED=n