Date: Thu, 17 Aug 2006 00:37:03 +0000 (UTC) From: Julian Elischer <julian@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf NOTES options src/sys/netinet ip_fastfwd.c ip_input.c ip_output.c Message-ID: <200608170037.k7H0b36H098935@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
julian 2006-08-17 00:37:03 UTC FreeBSD src repository Modified files: sys/conf NOTES options sys/netinet ip_fastfwd.c ip_input.c ip_output.c Log: Remove the IPFIREWALL_FORWARD_EXTENDED option and make it on by default as it always was in older versions of FreeBSD. This option is pointless as it is needed in just about every interesting usage of forward that I have ever seen. It doesn't make the system any safer and just wastes huge amounts of develper time when the system doesn't behave as expected when code is moved from 4.x to 6.x It doesn't make the system any safer and just wastes huge amounts of develper time when the system doesn't behave as expected when code is moved from 4.x to 6.x or 7.x Reviewed by: glebius MFC after: 1 week Revision Changes Path 1.1378 +3 -7 src/sys/conf/NOTES 1.557 +0 -1 src/sys/conf/options 1.37 +1 -5 src/sys/netinet/ip_fastfwd.c 1.320 +0 -4 src/sys/netinet/ip_input.c 1.259 +5 -14 src/sys/netinet/ip_output.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200608170037.k7H0b36H098935>