summaryrefslogtreecommitdiffstats
path: root/net/netfilter/Makefile
diff options
context:
space:
mode:
authorPablo M. Bermudo Garay2017-07-21 01:54:38 +0200
committerPablo Neira Ayuso2017-07-31 19:01:40 +0200
commit6392c226037c2b90d3062126c65fc354e47156f7 (patch)
treeec0ae365f53bffabd611a5907cabd4fde350f15a /net/netfilter/Makefile
parentnetfilter: nf_tables: fib: use skb_header_pointer (diff)
downloadkernel-qcow2-linux-6392c226037c2b90d3062126c65fc354e47156f7.tar.gz
kernel-qcow2-linux-6392c226037c2b90d3062126c65fc354e47156f7.tar.xz
kernel-qcow2-linux-6392c226037c2b90d3062126c65fc354e47156f7.zip
netfilter: nf_tables: add fib expression to the netdev family
Add fib expression support for netdev family. Like inet family, netdev delegates the actual decision to the corresponding backend, either ipv4 or ipv6. This allows to perform very early reverse path filtering, among other things. You can find more information about fib expression in the f6d0cbcf09c5 ("<netfilter: nf_tables: add fib expression>") commit message. Signed-off-by: Pablo M. Bermudo Garay <pablombg@gmail.com> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'net/netfilter/Makefile')
-rw-r--r--net/netfilter/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/netfilter/Makefile b/net/netfilter/Makefile
index 913380919301..d3891c93edd6 100644
--- a/net/netfilter/Makefile
+++ b/net/netfilter/Makefile
@@ -100,6 +100,7 @@ obj-$(CONFIG_NFT_REDIR) += nft_redir.o
obj-$(CONFIG_NFT_HASH) += nft_hash.o
obj-$(CONFIG_NFT_FIB) += nft_fib.o
obj-$(CONFIG_NFT_FIB_INET) += nft_fib_inet.o
+obj-$(CONFIG_NFT_FIB_NETDEV) += nft_fib_netdev.o
# nf_tables netdev
obj-$(CONFIG_NFT_DUP_NETDEV) += nft_dup_netdev.o