From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steven Jan Springl Subject: Re: Possible arptables bug. Date: Tue, 8 Jan 2013 17:07:48 +0000 Message-ID: <201301081707.48838.steven@springl.ukfsn.org> References: <201301081032.53926.steven@springl.ukfsn.org> <20130108105048.GA14926@1984> <20130108163016.GA5062@1984> Mime-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Cc: netfilter-devel@vger.kernel.org To: Pablo Neira Ayuso Return-path: Received: from mail.springl.ukfsn.org ([84.45.199.6]:39454 "EHLO mail.springl.ukfsn.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755295Ab3AHRH5 (ORCPT ); Tue, 8 Jan 2013 12:07:57 -0500 In-Reply-To: <20130108163016.GA5062@1984> Sender: netfilter-devel-owner@vger.kernel.org List-ID: On Tuesday 08 Jan 2013 16:30:16 Pablo Neira Ayuso wrote: > On Tue, Jan 08, 2013 at 11:50:48AM +0100, Pablo Neira Ayuso wrote: > > On Tue, Jan 08, 2013 at 10:32:53AM +0000, Steven Jan Springl wrote: > > > Hello > > > > > > arptables-save tries to convert any IP addresses to DNS names. > > > Is this the expected behaviour? > > > > > > If it is the expected behaviour, is there any way that it can be > > > disabled as arptables-save hangs until the DNS lookup times out if DNS > > > is not available? > > > > Like iptables, use -n together with -L. > > Sorry, I misread your email. You were talking about arptables-save, > not arptables itself. > > commit 0d0d618038aa1137d6f373db8ab201f03234959f > Author: Bart De Schuymer > Date: Sun Oct 10 17:30:38 2010 +0000 > > - use -n so that IP addresses are resolved (similar to iptables' > behaviour) > > It seems that change is already in the git tree. > > Upgrade to current git snapshot or wait for that release that Bart > promised. Pablo Thanks for the update. Steven.