diff options
author | Pablo Neira Ayuso <pablo@netfilter.org> | 2013-10-07 20:53:08 (GMT) |
---|---|---|
committer | Pablo Neira Ayuso <pablo@netfilter.org> | 2013-10-14 16:01:03 (GMT) |
commit | ed683f138b3dbc8a5e878e24a0bfa0bb61043a09 (patch) | |
tree | 86ae7c24eb4d4032f6d5eb4aa175a6c88033ac70 /include/net | |
parent | b5bc89bfa0b46de37754610f46c0ef4e2280edb4 (diff) | |
download | linux-fsl-qoriq-ed683f138b3dbc8a5e878e24a0bfa0bb61043a09.tar.xz |
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')
-rw-r--r-- | include/net/netns/nftables.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/netns/nftables.h b/include/net/netns/nftables.h index 08a4248..15d056d 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; |