Date: Sun, 1 Jul 2001 21:33:27 +0200 From: Gerhard Sittig <Gerhard.Sittig@gmx.net> To: current@freebsd.org Subject: Re: ipfilter+ipv6 - what am I missing? Message-ID: <20010701213327.O17514@speedy.gsinet> In-Reply-To: <005701c10256$d5361960$6503c23f@XGforce.com>; from matt-l@pacbell.net on Sun, Jul 01, 2001 at 10:54:01AM -0700 References: <20010701142120.C770@bank-pedersen.dk> <005701c10256$d5361960$6503c23f@XGforce.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Jul 01, 2001 at 10:54 -0700, matt wrote: > > I don't think ipf is complete in its ipv6 support yet.You can > use ipfw instead. Ipf has been supporting IPv6 for quite some time. It's just that one has to enable this support in the Makefile. $ grep INET6 contrib/ipfilter/Makefile #INET6=-DUSE_INET6 MFLAGS1='CFLAGS=$(CFLAGS) $(ARCHINC) $(SOLARIS2) $(INET6)' \ [ ... ] And ISTR that one has to add "-6" to the ipf(8) invocation options (like, in /etc/rc.conf). When I extended ipf to invoke a preprocessor (PR bin/21989) I added some magic to not propose switches for unsupported features in the synopsis. Maybe this concern should be reraised? virtually yours 82D1 9B9C 01DC 4FB4 D7B4 61BE 3F49 4F77 72DE DA76 Gerhard Sittig true | mail -s "get gpg key" Gerhard.Sittig@gmx.net -- If you don't understand or are scared by any of the above ask your parents or an adult to help you. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010701213327.O17514>