OSDN Git Service

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)
commit0a473b82cb23e7a35c4be6e9765c8487a65e8f55
tree5568a1f040800160b0d9a9722d39f59403273199
parent8e6c1812e632ae3b54a1a9da759cad762f633e11
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