netfilter: nf_tables: add forward expression to the netdev family
authorPablo Neira Ayuso <pablo@netfilter.org>
Wed, 25 Nov 2015 12:39:38 +0000 (13:39 +0100)
committerPablo Neira Ayuso <pablo@netfilter.org>
Mon, 4 Jan 2016 16:48:38 +0000 (17:48 +0100)
commit39e6dea28adc874f7021e5580c13cab0b58407ea
tree63a1cd4ecfd32333dfba8d7305e5dc53f2d2285a
parent502061f81d3eb4518d2e72178e494a8547788ad0
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>
include/uapi/linux/netfilter/nf_tables.h
net/netfilter/Kconfig
net/netfilter/Makefile
net/netfilter/nft_fwd_netdev.c [new file with mode: 0644]