From mboxrd@z Thu Jan 1 00:00:00 1970 From: Patrick McHardy Subject: Re: [RFC PATCH 00/17] netfilter: IPv6 NAT Date: Mon, 21 Nov 2011 18:01:12 +0100 Message-ID: <4ECA83D8.6050309@trash.net> References: <1321854369-3432-1-git-send-email-kaber@trash.net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: netfilter-devel@vger.kernel.org, netdev@vger.kernel.org, ulrich.weber@sophos.com To: Jan Engelhardt Return-path: Received: from stinky.trash.net ([213.144.137.162]:41368 "EHLO stinky.trash.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751842Ab1KURBO (ORCPT ); Mon, 21 Nov 2011 12:01:14 -0500 In-Reply-To: Sender: netfilter-devel-owner@vger.kernel.org List-ID: On 11/21/2011 02:05 PM, Jan Engelhardt wrote: > On Monday 2011-11-21 06:45, kaber@trash.net wrote: > >> net/ipv4/netfilter/ipt_REDIRECT.c | 23 +- >> .../{nf_nat_standalone.c => iptable_nat.c} | 265 ++++----- >> net/ipv4/netfilter/nf_nat_irc.c | 4 +- >> net/netfilter/nf_conntrack_sip.c | 119 +++-- > Pablo once hinted that the patches (and not just the diffstat) should > also be produced using move semantics rather than the delete-add cycle, > for the reader's benefit. To do this, so I have found, one can use > > git send-email ... --format-patch -M Yeah, I didn't use -M this time so people can test the patches by applying them directly. I'll add it during the next submission after setting up a public git tree.