From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Martin Schiller" Subject: RE: [PATCH] NAT and requests to unrouted targets Date: Tue, 20 Mar 2007 12:56:18 +0100 Message-ID: <000f01c76ae6$c5bdc880$1a04010a@V505CP> References: <000001c766d8$66f1cc00$1a04010a@V505CP> <45F90905.4000408@trash.net> <001101c76711$cf7dc6a0$1a04010a@V505CP> <45FEB411.5050004@trash.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Cc: , "'Netfilter Development Mailinglist'" To: "'Patrick McHardy'" Return-path: Received: from ns.tdt.de ([195.243.126.82]:56647 "EHLO ns.tdt.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751081AbXCTL40 (ORCPT ); Tue, 20 Mar 2007 07:56:26 -0400 Received: from ns (root@localhost) by ns.tdt.de (8.11.6/8.11.6/SuSE Linux 0.5) with SMTP id l2KBuNt06010 for ; Tue, 20 Mar 2007 12:56:23 +0100 In-Reply-To: <45FEB411.5050004@trash.net> Sender: netdev-owner@vger.kernel.org List-Id: netdev.vger.kernel.org On Monday, March 19, 2007 5:02 PM, Patrick McHardy wrote: > Martin Schiller wrote: >> To be more exactly, it's the examination of >> "ct->tuplehash[dir].tuple.dst.u.all != >> ct->tuplehash[!dir].tuple.src.u.all" which is only be done if XFRM >> is configured. Since I don't need this anyway, I deactivated XFRM >> now and my "ping -I" is working now. > > > Could you try this patch (against current -git) with CONFIG_XFRM > enabled please? I've tried it and the ping is still working now with enabled CONFIG_XFRM. Thanks for the patch. Regards, Martin