From owner-freebsd-questions@FreeBSD.ORG Thu Apr 3 15:51:58 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 19C2337B401 for ; Thu, 3 Apr 2003 15:51:58 -0800 (PST) Received: from blueyonder.co.uk (pcow053o.blueyonder.co.uk [195.188.53.96]) by mx1.FreeBSD.org (Postfix) with ESMTP id CCAD343F93 for ; Thu, 3 Apr 2003 15:51:56 -0800 (PST) (envelope-from jfm@blueyonder.co.uk) Received: from lexx ([62.31.198.203]) by blueyonder.co.uk with Microsoft SMTPSVC(5.5.1877.757.75); Fri, 4 Apr 2003 00:54:13 +0100 From: John Murphy To: Dancho Penev Date: Fri, 04 Apr 2003 00:51:54 +0100 Organization: poor Message-ID: References: <002001c2f95c$d6189d40$0a64a8c0@webizepc> <20030403183937.GA523@earth.dpsca.bg> In-Reply-To: <20030403183937.GA523@earth.dpsca.bg> X-Mailer: Forte Agent 1.9/32.560 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable cc: questions@FreeBSD.ORG Subject: Re: How to ignore arp error message X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: jfm@blueyonder.co.uk List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Apr 2003 23:51:58 -0000 Dancho Penev wrote: >On Thu, Apr 03, 2003 at 07:14:24AM +1000, Carl Morley wrote: >>From: "Carl Morley" >>To: >>Date: Thu, 3 Apr 2003 07:14:24 +1000 >>Subject: How to ignore arp error message >>arp: 10.1.21.80 moved from 00:03:47:f1:b8:3b to 00:03:47:f1:b8:3a on = fxp2 >>arp: 10.1.21.80 moved from 00:03:47:f1:b8:3a to 00:03:47:f1:b8:3b on = fxp2 >> >>is it possible to ignore these messages? > ># sysctl net.link.ether.inet.log_arp_movements=3D0 Where ISP =3D blueyonder.co.uk that is a very useful sysctl. Many Thanks. John.