Re: [PATCH net-next 0/2] ip_tunnel: Allow policy-based routing through tunnels

2017-04-21 Thread David Miller
From: Craig Gallek Date: Wed, 19 Apr 2017 12:30:52 -0400 > 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 Looks good, series applied, than

[PATCH net-next 0/2] ip_tunnel: Allow policy-based routing through tunnels

2017-04-19 Thread Craig Gallek
From: Craig Gallek 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 Craig Gallek (2): ip6_tunnel: Allow policy-based routing through tunnels ip