From owner-freebsd-rc@FreeBSD.ORG Thu Jan 3 02:27:41 2008 Return-Path: Delivered-To: freebsd-rc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9CA3716A417 for ; Thu, 3 Jan 2008 02:27:41 +0000 (UTC) (envelope-from pawel.worach@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 2A8FD13C447 for ; Thu, 3 Jan 2008 02:27:40 +0000 (UTC) (envelope-from pawel.worach@gmail.com) Received: by ug-out-1314.google.com with SMTP id y2so3383023uge.37 for ; Wed, 02 Jan 2008 18:27:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding; bh=jngmgar7AhW9lKpHvJX8BBy5fZimqWFK6mWuljENo/M=; b=m6qs86VwXXdd+h7uKcl1xdetKDmDtg01LKXzlwOnZaE9fOeaB6CKmqlr21MCZ989KeqsjqX0RiKySCScPFCAu4V1RPEBb45y2nKJF//IplRXA5xVSYWlWrUQ9ZMOraRks/XGRMI2CDmaRaJHPbwPlvSHQjlQBsFDrL68BeKMCCQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding; b=HLWOMb4VVpyncJMfyhe4fZbjFwKPxsbjjcG1EbvK9/gMTs+lLExnrRhSGQ4+aIc9/lAzP+zriCO3NVgFCh1dWPvdeIyKQ6Eq2SJt8vhZlmQQEf3Pe7OFonnJjGApvKBhCOhEF2FZz6Bk/wvfjb8ula5AFSyqblrh/taMsAfKdAo= Received: by 10.67.20.19 with SMTP id x19mr14768832ugi.48.1199325770360; Wed, 02 Jan 2008 18:02:50 -0800 (PST) Received: from ?192.168.10.200? ( [80.216.221.6]) by mx.google.com with ESMTPS id a1sm49438190ugf.78.2008.01.02.18.02.48 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 02 Jan 2008 18:02:48 -0800 (PST) Message-ID: <477C423F.2020701@gmail.com> Date: Thu, 03 Jan 2008 03:02:39 +0100 From: Pawel Worach User-Agent: Thunderbird 2.0.0.9 (X11/20071226) MIME-Version: 1.0 To: d@delphij.net References: <477BE583.6080202@delphij.net> In-Reply-To: <477BE583.6080202@delphij.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: FreeBSD Current , freebsd-rc@FreeBSD.org Subject: Re: [RFC] rc.d script for binding static arp pairs and logging options X-BeenThere: freebsd-rc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Discussion related to /etc/rc.d design and implementation." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jan 2008 02:27:41 -0000 Xin LI wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Hi, > > Here is a rc.d script that I use on my own server, which provides two > functionalities: > > - Bind ARP pairs specified in rc.conf (*); > - Set ARP logging options (+). > What about ethers(5) and arp -f, would that potentially pollute the arp table with too much junk ? -- Pawel