From owner-freebsd-bugs Fri Mar 1 7:10:13 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BDD5637B402 for ; Fri, 1 Mar 2002 07:10:08 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g21FA8i22359; Fri, 1 Mar 2002 07:10:08 -0800 (PST) (envelope-from gnats) Date: Fri, 1 Mar 2002 07:10:08 -0800 (PST) Message-Id: <200203011510.g21FA8i22359@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Jeremy Norris Subject: Re: conf/35178: ipfilter for IPV6 not availlable in rc.* Reply-To: Jeremy Norris Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR conf/35178; it has been noted by GNATS. From: Jeremy Norris To: "Crist J. Clark" Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: conf/35178: ipfilter for IPV6 not availlable in rc.* Date: Fri, 1 Mar 2002 09:08:46 -0600 On Tue, Feb 26, 2002 at 03:20:02AM -0800, Crist J. Clark wrote: > + case "${ipfilter6_enable}" in > + [Yy][Ee][Ss]) > + if [ -r "${ipfilter6_flags}" ]; then > + echo -n ' ipfilter-IPv6' > + ${ipfilter_program:-/sbin/ipf} -6 -Fa -f \ I think you should check for ipfilter_active as well, because ipf -6 -Fa flushes ipv4 rules too. If ipfilter_active is true, then maybe only ipf -6 -f? Jeremy To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message