Re: [3/*] [INET]: Move no-tunnel ICMP error to tunnel4/tunnel6

2006-04-04 Thread David S. Miller
From: Herbert Xu <[EMAIL PROTECTED]> Date: Sun, 2 Apr 2006 19:56:01 +1000 > This patch moves the sending of ICMP messages when there are no IPv4/IPv6 > tunnels present to tunnel4/tunnel6 respectively. Please note that for now > if xfrm4_tunnel/xfrm6_tunnel is loaded then no ICMP messages will eve

[3/*] [INET]: Move no-tunnel ICMP error to tunnel4/tunnel6

2006-04-02 Thread Herbert Xu
Hi Dave: This patch moves the sending of ICMP messages when there are no IPv4/IPv6 tunnels present to tunnel4/tunnel6 respectively. Please note that for now if xfrm4_tunnel/xfrm6_tunnel is loaded then no ICMP messages will ever be sent. This is similar to how we handle AH/ESP/IPCOMP. This move