netfilter: nf_tables: add tunnel support
authorPablo Neira Ayuso <pablo@netfilter.org>
Thu, 2 Aug 2018 18:51:39 +0000 (20:51 +0200)
committerPablo Neira Ayuso <pablo@netfilter.org>
Fri, 3 Aug 2018 19:12:12 +0000 (21:12 +0200)
commitaf308b94a2a4a5a27bec9028354c4df444a7c8ba
tree2d3082f03ade1bdeec8e276266816128bf27d39d
parent033eab53fff7acc0f5718dee6fda641734b94416
netfilter: nf_tables: add tunnel support

This patch implements the tunnel object type that can be used to
configure tunnels via metadata template through the existing lightweight
API from the ingress path.

Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
include/uapi/linux/netfilter/nf_tables.h
net/core/dst.c
net/netfilter/Kconfig
net/netfilter/Makefile
net/netfilter/nft_tunnel.c [new file with mode: 0644]