summaryrefslogtreecommitdiffstats
path: root/net/netfilter/nft_fwd_netdev.c
Commit message (Collapse)AuthorAgeFilesLines
* netfilter: add and use nf_fwd_netdev_egressFlorian Westphal2016-12-061-2/+2
| | | | | | | ... so we can use current skb instead of working with a clone. Signed-off-by: Florian Westphal <fw@strlen.de> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
* netfilter: nf_tables: add forward expression to the netdev familyPablo Neira Ayuso2016-01-041-0/+98
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>