From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Leonid Zeitlin" Subject: Re: Invalid SACK numbers in NAT'ed packets Date: Fri, 25 Apr 2008 14:24:32 +0300 Message-ID: <015701c8a6c6$ef5d6570$5101a8c0@csltd.intranet> References: <00c101c8a5ea$d83213f0$5101a8c0@csltd.intranet> <006b01c8a6b1$884da030$5101a8c0@csltd.intranet> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: Sender: netfilter-owner@vger.kernel.org List-ID: Content-Type: text/plain; format="flowed"; charset="us-ascii"; reply-type="original" To: Jan Engelhardt , Jozsef Kadlecsik Cc: netfilter@vger.kernel.org, netfilter-devel@vger.kernel.org If I am reading the news correctly, it is available in the latest 2.6.25 kernel, right? Thanks, Leonid ----- Original Message ----- From: "Jan Engelhardt" To: "Jozsef Kadlecsik" Cc: "Leonid Zeitlin" ; ; Sent: Friday, April 25, 2008 1:57 PM Subject: Re: Invalid SACK numbers in NAT'ed packets > > On Friday 2008-04-25 11:02, Jozsef Kadlecsik wrote: > >>On Fri, 25 Apr 2008, Leonid Zeitlin wrote: >> >>> It appears that short of writing a custom netfilter extension, there's >>> no way >>> to turn off SACKs on a particular connection. Is this right? >> >>Yes, exactly. Actually, writing a new extension to erase any TCP option >>isn't that hard: just replace the option with noop and recalculate the >>checksum. > > There is already a TCPOPTSTRIP target. >