From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH 1/7] net: replace NIPQUAD() in net/ipv4/netfilter/ Date: Fri, 31 Oct 2008 00:53:32 -0700 (PDT) Message-ID: <20081031.005332.219793501.davem@davemloft.net> References: <1225412024.5574.32.camel@brick> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org To: harvey.harrison@gmail.com Return-path: Received: from 74-93-104-97-Washington.hfc.comcastbusiness.net ([74.93.104.97]:38800 "EHLO sunset.davemloft.net" rhost-flags-OK-FAIL-OK-OK) by vger.kernel.org with ESMTP id S1752461AbYJaHx5 (ORCPT ); Fri, 31 Oct 2008 03:53:57 -0400 In-Reply-To: <1225412024.5574.32.camel@brick> Sender: netdev-owner@vger.kernel.org List-ID: From: Harvey Harrison Date: Thu, 30 Oct 2008 17:13:43 -0700 > Using NIPQUAD() with NIPQUAD_FMT, %d.%d.%d.%d or %u.%u.%u.%u > can be replaced with %pI4 > > Signed-off-by: Harvey Harrison Applied, thanks Harvey. > Dave, these should all be _exact_ replacements, the few remaining in > tree occurences of NIPQUAD will need looking at, especially the > ones using %u,%u,%u,%u (note the commas) Looks like we'll have yet another modifier :-)