From owner-freebsd-stable Tue Oct 22 14:20:42 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1BC7637B401 for ; Tue, 22 Oct 2002 14:20:41 -0700 (PDT) Received: from melusine.cuivre.fr.eu.org (melusine.cuivre.fr.eu.org [62.212.105.185]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F89843E6E for ; Tue, 22 Oct 2002 14:20:40 -0700 (PDT) (envelope-from thomas@cuivre.fr.eu.org) Received: by melusine.cuivre.fr.eu.org (Postfix, from userid 1000) id C43FC2C3D1; Tue, 22 Oct 2002 23:20:38 +0200 (CEST) Date: Tue, 22 Oct 2002 23:20:38 +0200 From: Thomas Quinot To: Kirk Strauser Cc: freebsd-stable@freebsd.org Subject: Re: Still no 'ipf -6' support in the rc scripts? Message-ID: <20021022212038.GB62611@melusine.cuivre.fr.eu.org> Reply-To: thomas@cuivre.fr.eu.org References: <87d6q29nrf.fsf@pooh.int> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <87d6q29nrf.fsf@pooh.int> User-Agent: Mutt/1.4i X-message-flag: WARNING! Using Outlook can damage your computer. Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Le 2002-10-22, Kirk Strauser écrivait : > It seems that FreeBSD 4.7-STABLE still does not support IPFilter+IPv6 in its > /etc/rc.* scripts. This is very inconvenient, because it forces IPv6 > initialization to occur in the /usr/local/etc/rc.d scripts at the very > earliest. You can use the following without any patches: ipfilter_flags="-6 -f /etc/ipf.rules6" which means that ipf whill be invoked as: ipf -f ${ipfilter_rules} -6 -f /etc/ipf.rules6 i.e. load ${ipfilter_rules} as IPv4 rules, then switch to IPv6 and load /etc/ipf.rules6. Thomas. -- Thomas.Quinot@Cuivre.FR.EU.ORG To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message