From: Pavel Emelyanov Date: Sun, 11 Nov 2007 05:47:39 +0000 (-0800) Subject: [INET]: Add missed tunnel64_err handler X-Git-Tag: v2.6.24-rc3~155^2~28 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=99f933263ac30eafbb008d01ac1dd0adf40fc343;p=pandora-kernel.git [INET]: Add missed tunnel64_err handler The tunnel64_protocol uses the tunnel4_protocol's err_handler and thus calls the tunnel4_protocol's handlers. This is not very good, as in case of (icmp) error the wrong error handlers will be called (e.g. ipip ones instead of sit) and this won't be noticed at all, because the error is not reported. Signed-off-by: Pavel Emelyanov Signed-off-by: David S. Miller --- Reading git-diff-tree failed