summaryrefslogtreecommitdiffstats
path: root/net/netfilter/Makefile
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@netfilter.org>2015-11-25 13:39:38 +0100
committerPablo Neira Ayuso <pablo@netfilter.org>2016-01-04 17:48:38 +0100
commit39e6dea28adc874f7021e5580c13cab0b58407ea (patch)
tree63a1cd4ecfd32333dfba8d7305e5dc53f2d2285a /net/netfilter/Makefile
parent502061f81d3eb4518d2e72178e494a8547788ad0 (diff)
downloadlinux-0-day-39e6dea28adc874f7021e5580c13cab0b58407ea.tar.gz
linux-0-day-39e6dea28adc874f7021e5580c13cab0b58407ea.tar.xz
netfilter: nf_tables: add forward expression to the netdev family
You can use this to forward packets from ingress to the egress path of the specified interface. This provides a fast path to bounce packets from one interface to another specific destination interface. 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 5c99133595374..69134541d65bc 100644
--- a/net/netfilter/Makefile
+++ b/net/netfilter/Makefile
@@ -95,6 +95,7 @@ obj-$(CONFIG_NFT_REDIR) += nft_redir.o
# nf_tables netdev
obj-$(CONFIG_NFT_DUP_NETDEV) += nft_dup_netdev.o
+obj-$(CONFIG_NFT_FWD_NETDEV) += nft_fwd_netdev.o
# generic X tables
obj-$(CONFIG_NETFILTER_XTABLES) += x_tables.o xt_tcpudp.o