Re: [PATCH] ip_tunnel: Use mark in skb by default

2018-02-14 Thread Thomas Winter
.ac.ru; yoshf...@linux-ipv6.org Subject: Re: [PATCH] ip_tunnel: Use mark in skb by default From: Thomas Winter Date: Tue, 23 Jan 2018 16:46:24 +1300 > This allows marks set by connmark in iptables > to be used for route lookups. > > Signed-off-by: Thomas Winter Applied to net-next, thanks.

Re: [PATCH] ip_tunnel: Use mark in skb by default

2018-01-24 Thread David Miller
From: Thomas Winter Date: Tue, 23 Jan 2018 16:46:24 +1300 > This allows marks set by connmark in iptables > to be used for route lookups. > > Signed-off-by: Thomas Winter Applied to net-next, thanks.

[PATCH] ip_tunnel: Use mark in skb by default

2018-01-22 Thread Thomas Winter
This allows marks set by connmark in iptables to be used for route lookups. Signed-off-by: Thomas Winter Cc: "David S. Miller" Cc: Alexey Kuznetsov Cc: Hideaki YOSHIFUJI --- net/ipv4/ip_tunnel.c | 13 ++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/net/ipv4/ip_tun