From: Nicolas Dichtel Date: Wed, 26 Jun 2013 15:40:33 +0000 (+0200) Subject: sit: fix 4in4 + IPsec scenario X-Git-Tag: v3.11-rc1~64^2~112 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=963b89e80d9fb7f22fc2688428e121b410b76504;p=pandora-kernel.git sit: fix 4in4 + IPsec scenario Since commit 32b8a8e59c9c "sit: add IPv4 over IPv4 support", tunnel->parms.iph.protocol is 0 when both 4in4 and 6in4 are setup, but xfrm_lookup() is called only when proto is != 0, thus we need to pass the real value. Signed-off-by: Nicolas Dichtel Signed-off-by: David S. Miller --- Reading git-diff-tree failed