From owner-freebsd-questions@FreeBSD.ORG Mon Jun 12 15:48:10 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 9981816A418 for ; Mon, 12 Jun 2006 15:48:10 +0000 (UTC) (envelope-from broohaha@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.168]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D59243D49 for ; Mon, 12 Jun 2006 15:48:09 +0000 (GMT) (envelope-from broohaha@gmail.com) Received: by ug-out-1314.google.com with SMTP id m3so1844299ugc for ; Mon, 12 Jun 2006 08:48:08 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=LsWjBZvKHsQDRRdw+vv8qYywalpHrLXYbxF0tMwnxYYlYSlLqIbFVWyiFBTK9HSwYALVn9372eVmC5K4ZAaqN+iUVWxJ7QnpYDt6kLx5Jy8FqPMYPaPzCHYIr+3dmXnvdwpUz/9MgAZpsWzXP0LYvReHmeQQdRzsrXUTBHGMNYM= Received: by 10.67.100.12 with SMTP id c12mr5235318ugm; Mon, 12 Jun 2006 07:23:39 -0700 (PDT) Received: by 10.67.92.6 with HTTP; Mon, 12 Jun 2006 07:23:39 -0700 (PDT) Message-ID: <55a8a9530606120723g46fc185exb04e6227f48483bf@mail.gmail.com> Date: Mon, 12 Jun 2006 09:23:39 -0500 From: Al To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: setting log_arp_movements to 0 at boot time X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Jun 2006 15:48:10 -0000 My message log gets flooded by arp movement notices, but I'm able to turn off these messages using the following command: sysctl net.link.ether.inet.log_arp_movements=0 I read somewhere that I can add this line in my /boot/loader.conf file to keep it set at boot time: net.link.ether.inet.log_arp_movements: 0 But that doesn't seem to work. Any ideas? I'm running 5.4-RELEASE-p9 -Al