From mboxrd@z Thu Jan 1 00:00:00 1970 From: Patrick McHardy Subject: Re: [PATCH] netfilter: add CHECKSUM target Date: Fri, 09 Jul 2010 18:36:42 +0200 Message-ID: <4C37501A.3070807@trash.net> References: <20100708222913.GA4475@redhat.com> <4C373D90.8070000@trash.net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: "Michael S. Tsirkin" , "David S. Miller" , Alexey Kuznetsov , "Pekka Savola (ipv6)" , James Morris , Hideaki YOSHIFUJI , linux-kernel@vger.kernel.org, netfilter-devel@vger.kernel.org, netfilter@vger.kernel.org, coreteam@netfilter.org, netdev@vger.kernel.org, herbert.xu@redhat.com, kvm@vger.kernel.org To: Jan Engelhardt Return-path: In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org List-Id: kvm.vger.kernel.org Am 09.07.2010 18:26, schrieb Jan Engelhardt: > > On Friday 2010-07-09 17:17, Patrick McHardy wrote: >> >>> This adds a `CHECKSUM' target, which can be used in the iptables mangle >>> table. >>> >>> You can use this target to compute and fill in the checksum in >>> an IP packet that lacks a checksum. This is particularly useful, >>> if you need to work around old applications such as dhcp clients, >>> that do not work well with checksum offloads, but don't want to >>> disable checksum offload in your device. >> >> I'm not sure this is something we want to merge upstream and >> support indefinitely. > > We could put it into Xtables-addons. That would also be consistent > with Dave's suggestion. Sure, that would be fine with me.