Summary: | ipfilter: enable ipv6 and STATETOP in 4.2-stable | ||
---|---|---|---|
Product: | Base System | Reporter: | Arjan.deVet <Arjan.deVet> |
Component: | bin | Assignee: | Darern Reed <darrenr> |
Status: | Closed FIXED | ||
Severity: | Affects Only Me | ||
Priority: | Normal | ||
Version: | 4.2-STABLE | ||
Hardware: | Any | ||
OS: | Any |
Description
Arjan.deVet
2001-02-27 06:20:01 UTC
On Mon, Feb 26, 2001 at 09:26:35PM +0100, Arjan de Vet wrote: > >Number: 25403 > >Synopsis: ipfilter: enable ipv6 and STATETOP in 4.2-stable > The ipfilter 3.4.16 binaries in FreeBSD 4.2-stable are not built with > IPv6 support and ipfstat does not support the -t (STATETOP) option. It > would be nice if those could be enabled before 4.3-release such that > FreeBSD 4.3 users have a fully functional version of IP Filter again. Huh, I thought I already MFC'd USE_INET6 ... oops, guess not. Oh yeah, I think Darren wanted me to wait for some fixes in -STABLE for ipfilter. I believe that -STABLE is now caught up with -CURRENT in this regard, so ... Darren, would you mind if I MFC'd these revisions? 1.6 +2 -2 src/sbin/ipf/Makefile 1.7 +2 -2 src/sbin/ipfstat/Makefile 1.7 +2 -2 src/sbin/ipmon/Makefile 1.7 +2 -2 src/sbin/ipnat/Makefile 1.6 +2 -2 src/usr.sbin/ipftest/Makefile 1.5 +2 -1 src/usr.sbin/ipresend/Makefile 1.9 +2 -1 src/usr.sbin/ipsend/Makefile 1.5 +2 -1 src/usr.sbin/iptest/Makefile I guess I'll have a look at STATETOP also, but I'm not familiar with it and don't know if it might have any negative impact. Cheers, -- Jacques Vidrine / n@nectar.com / jvidrine@verio.net / nectar@FreeBSD.org Jacques A. Vidrine wrote: >I guess I'll have a look at STATETOP also, but I'm not familiar >with it and don't know if it might have any negative impact. It has been in -current for some time and as far as I know it does not have any negative impact in -current. You also need to explicitly specify an extra option to ipfstat (which now produces the error 'ipfstat : state top facility not compiled in'). Furthermore it provides very cool new functionality so you can watch the state table in real time (as you can watch processes in real time with top(1)). Arjan -- Arjan de Vet, Eindhoven, The Netherlands <Arjan.deVet@adv.iae.nl> URL: http://www.iae.nl/users/devet/ for PGP key: finger devet@iae.nl Responsible Changed From-To: freebsd-bugs->darrenr Over to IPFilter maintainer. I don't know if this change already went in, but Darren should know. State Changed From-To: open->closed Applied in current as well as of a minut ago (state top was already present) |