From owner-svn-src-head@FreeBSD.ORG Fri Aug 28 07:26:44 2009 Return-Path: Delivered-To: svn-src-head@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7F02110658C3 for ; Fri, 28 Aug 2009 07:26:44 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from mail2.fluidhosting.com (mx21.fluidhosting.com [204.14.89.4]) by mx1.freebsd.org (Postfix) with ESMTP id 07D4391BA9 for ; Fri, 28 Aug 2009 03:56:09 +0000 (UTC) Received: (qmail 4048 invoked by uid 399); 28 Aug 2009 03:55:52 -0000 Received: from localhost (HELO ?192.168.0.100?) (dougb@dougbarton.us@127.0.0.1) by localhost with ESMTPAM; 28 Aug 2009 03:55:52 -0000 X-Originating-IP: 127.0.0.1 X-Sender: dougb@dougbarton.us Message-ID: <4A975542.1060600@FreeBSD.org> Date: Thu, 27 Aug 2009 20:55:46 -0700 From: Doug Barton Organization: http://www.FreeBSD.org/ User-Agent: Thunderbird 2.0.0.23 (Windows/20090812) MIME-Version: 1.0 To: d@delphij.net References: <200908251907.n7PJ7QiO036868@svn.freebsd.org> <20090825194258.GB1471@tops> <20090826101953.GC3055@garage.freebsd.pl> <4A959020.4040606@FreeBSD.org> <20090827135526.GI1752@garage.freebsd.pl> <4A96CE01.3010904@FreeBSD.org> <4A96E2F3.4080506@delphij.net> <4A96F2C4.7020207@FreeBSD.org> <4A96F66B.9040205@delphij.net> In-Reply-To: <4A96F66B.9040205@delphij.net> X-Enigmail-Version: 0.96.0 OpenPGP: id=D5B2F0FB Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: Gleb Kurtsou , src-committers@FreeBSD.ORG, Pawel Jakub Dawidek , svn-src-all@FreeBSD.ORG, Xin LI , svn-src-head@FreeBSD.ORG Subject: Re: svn commit: r196550 - in head: etc/defaults etc/rc.d share/man/man5 X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Aug 2009 07:26:47 -0000 Xin LI wrote: > I think /etc/rc.d/static_arp stop should revert what was done by > static_arp start by removing entries from the ARP table. I agree with you. > Gleb has > kindly worked out a patch that adds '-d -f' functionality. But wouldn't it be easier to just parse the file and undo whatever arp -f does? It's up to you, but I would not be supportive of making changes to the arp binary this late in the release cycle. Doug