Re: [PATCH net-next] ipv6: fix 4in6 tunnel receive path

2016-05-11 Thread David Miller
From: Nicolas Dichtel Date: Tue, 10 May 2016 16:08:17 +0200 > Protocol for 4in6 tunnel is IPPROTO_IPIP. This was wrongly changed by > the last cleanup. > > CC: Tom Herbert > Fixes: 0d3c703a9d17 ("ipv6: Cleanup IPv6 tunnel receive path") > Signed-off-by: Nicolas Dichtel Applied, thanks.

[PATCH net-next] ipv6: fix 4in6 tunnel receive path

2016-05-10 Thread Nicolas Dichtel
Protocol for 4in6 tunnel is IPPROTO_IPIP. This was wrongly changed by the last cleanup. CC: Tom Herbert Fixes: 0d3c703a9d17 ("ipv6: Cleanup IPv6 tunnel receive path") Signed-off-by: Nicolas Dichtel --- net/ipv6/ip6_tunnel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net