Merge branch 'iptunnel-policy-based-routing'
authorDavid S. Miller <davem@davemloft.net>
Fri, 21 Apr 2017 17:21:32 +0000 (13:21 -0400)
committerDavid S. Miller <davem@davemloft.net>
Fri, 21 Apr 2017 17:21:32 +0000 (13:21 -0400)
Craig Gallek says:

====================
ip_tunnel: Allow policy-based routing through tunnels

iproute2 changes to follow.  Example usage:
  ip link add gre-test type gre local 10.0.0.1 remote 10.0.0.2 fwmark 0x4
  ip -detail link show gre-test
  ...
  ip link set gre-test type gre fwmark 0
====================

Signed-off-by: David S. Miller <davem@davemloft.net>

Trivial merge