Date: Fri, 1 Mar 2002 07:10:08 -0800 (PST) From: Jeremy Norris <ishmael27x@yahoo.com> To: freebsd-bugs@FreeBSD.org Subject: Re: conf/35178: ipfilter for IPV6 not availlable in rc.* Message-ID: <200203011510.g21FA8i22359@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR conf/35178; it has been noted by GNATS.
From: Jeremy Norris <ishmael27x@yahoo.com>
To: "Crist J. Clark" <cjc@freebsd.org>
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200203011510.g21FA8i22359>
