svn commit: r242079 - in head: sbin/ipfw share/man/man4 sys/conf sys/net sys/netinet sys/netinet6 sys/netpfil/ipfw

John Baldwin jhb at freebsd.org
Thu Oct 25 13:51:02 UTC 2012


On Thursday, October 25, 2012 5:39:15 am Andrey V. Elsukov wrote:
> Author: ae
> Date: Thu Oct 25 09:39:14 2012
> New Revision: 242079
> URL: http://svn.freebsd.org/changeset/base/242079
> 
> Log:
>   Remove the IPFIREWALL_FORWARD kernel option and make possible to turn
>   on the related functionality in the runtime via the sysctl variable
>   net.pfil.forward. It is turned off by default.

Certainly for MFC's I think it makes sense to retain the option, but
make the option simply change the default from off to on.  That avoids
breaking existing kernel configurations.

-- 
John Baldwin


More information about the svn-src-head mailing list