]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitc5772b556846dd7e0c6f118ebb175e9f7a0377f1
tree2d3082f03ade1bdeec8e276266816128bf27d39d
parentc43fb7436c62d53ebdd4b97cf9a9f64434b3ba4d
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]