]> 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)
commit852303e23a59338263a8dd38848d3c5cbcd7fc86
tree2d3082f03ade1bdeec8e276266816128bf27d39d
parentb5357247dc2026138eadac4e4693094126e14252
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]