From owner-cvs-all@FreeBSD.ORG Thu Aug 17 00:37:03 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC7C416A4E0; Thu, 17 Aug 2006 00:37:03 +0000 (UTC) (envelope-from julian@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA30443D5C; Thu, 17 Aug 2006 00:37:03 +0000 (GMT) (envelope-from julian@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7H0b3lm098936; Thu, 17 Aug 2006 00:37:03 GMT (envelope-from julian@repoman.freebsd.org) Received: (from julian@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7H0b36H098935; Thu, 17 Aug 2006 00:37:03 GMT (envelope-from julian) Message-Id: <200608170037.k7H0b36H098935@repoman.freebsd.org> From: Julian Elischer Date: Thu, 17 Aug 2006 00:37:03 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/conf NOTES options src/sys/netinet ip_fastfwd.c ip_input.c ip_output.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Aug 2006 00:37:04 -0000 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