Re: [PATCH 2/4] Add missed tunnel64_err handler

2007-11-10 Thread David Miller
From: Pavel Emelyanov <[EMAIL PROTECTED]> Date: Fri, 09 Nov 2007 16:14:12 +0300 > 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. i

[PATCH 2/4] Add missed tunnel64_err handler

2007-11-09 Thread Pavel Emelyanov
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 reporte