]> git.baikalelectronics.ru Git - kernel.git/commit
ip6_tunnel: Allow policy-based routing through tunnels
authorCraig Gallek <kraig@google.com>
Wed, 19 Apr 2017 16:30:53 +0000 (12:30 -0400)
committerDavid S. Miller <davem@davemloft.net>
Fri, 21 Apr 2017 17:21:30 +0000 (13:21 -0400)
commit46c4c535b749ff4308f35f7b5cd4697fd51681a2
tree5568a1f040800160b0d9a9722d39f59403273199
parent140580e6e6a5f305563b34b36116820ddc74bbb2
ip6_tunnel: Allow policy-based routing through tunnels

This feature allows the administrator to set an fwmark for
packets traversing a tunnel.  This allows the use of independent
routing tables for tunneled packets without the use of iptables.

Signed-off-by: Craig Gallek <kraig@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/ip6_tunnel.h
include/uapi/linux/if_tunnel.h
net/ipv6/ip6_gre.c
net/ipv6/ip6_tunnel.c
net/ipv6/ip6_vti.c