aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/netns/nftables.h
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 /include/net/netns/nftables.h
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 'include/net/netns/nftables.h')
-rw-r--r--include/net/netns/nftables.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/netns/nftables.h b/include/net/netns/nftables.h
index 08a4248a12b5..15d056d534e3 100644
--- a/include/net/netns/nftables.h
+++ b/include/net/netns/nftables.h
@@ -10,6 +10,7 @@ struct netns_nftables {
struct list_head commit_list;
struct nft_af_info *ipv4;
struct nft_af_info *ipv6;
+ struct nft_af_info *arp;
struct nft_af_info *bridge;
u8 gencursor;
u8 genctr;