src.conf: There's no WITHOUT_IPFW?

2008-08-01 Thread Redd Vinylene
There's WITHOUT_IPFILTER and WITHOUT_PF, but no WITHOUT_IPFW?
/usr/src/UPDATING doesn't mention IPFW being removed.

Thanks!
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: src.conf: There's no WITHOUT_IPFW?

2008-08-01 Thread Polytropon
Hi!

On Fri, 1 Aug 2008 21:10:20 +0200, Redd Vinylene [EMAIL PROTECTED] wrote:
 There's WITHOUT_IPFILTER and WITHOUT_PF, but no WITHOUT_IPFW?
 /usr/src/UPDATING doesn't mention IPFW being removed.

IPFW hasn't been removed. You can compile it into your kernel or
load the module (I usually do the first one); the tools to control
ipfw are part of the base system (/sbin/ipfw).

If you don't want to use ipfw, don't compile it into your kernel
and don't load the module.


-- 
Polytropon
From Magdeburg, Germany
Happy FreeBSD user since 4.0
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]