From owner-cvs-src@FreeBSD.ORG Fri May 12 04:41:29 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 24D0216A400; Fri, 12 May 2006 04:41:29 +0000 (UTC) (envelope-from mlaier@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D0554441D8; Fri, 12 May 2006 04:41:28 +0000 (GMT) (envelope-from mlaier@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k4C4fS9o018306; Fri, 12 May 2006 04:41:28 GMT (envelope-from mlaier@repoman.freebsd.org) Received: (from mlaier@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k4C4fSl7018302; Fri, 12 May 2006 04:41:28 GMT (envelope-from mlaier) Message-Id: <200605120441.k4C4fSl7018302@repoman.freebsd.org> From: Max Laier Date: Fri, 12 May 2006 04:41:28 +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/netinet ip_fw.h ip_fw2.c ip_fw_pfil.c ip_input.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 May 2006 04:41:29 -0000 mlaier 2006-05-12 04:41:28 UTC FreeBSD src repository Modified files: sys/netinet ip_fw.h ip_fw2.c ip_fw_pfil.c ip_input.c Log: Reintroduce net.inet6.ip6.fw.enable sysctl to dis/enable the ipv6 processing seperately. Also use pfil hook/unhook instead of keeping the check functions in pfil just to return there based on the sysctl. While here fix some whitespace on a nearby SYSCTL_ macro. Revision Changes Path 1.105 +3 -0 src/sys/netinet/ip_fw.h 1.129 +13 -8 src/sys/netinet/ip_fw2.c 1.21 +92 -54 src/sys/netinet/ip_fw_pfil.c 1.319 +0 -1 src/sys/netinet/ip_input.c