From owner-cvs-all@FreeBSD.ORG Sat Mar 31 01:51:30 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1A78F16A401; Sat, 31 Mar 2007 01:51:30 +0000 (UTC) (envelope-from julian@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id EA03A13C468; Sat, 31 Mar 2007 01:51:29 +0000 (UTC) (envelope-from julian@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l2V1pTtG070503; Sat, 31 Mar 2007 01:51:29 GMT (envelope-from julian@repoman.freebsd.org) Received: (from julian@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l2V1pTGw070501; Sat, 31 Mar 2007 01:51:29 GMT (envelope-from julian) Message-Id: <200703310151.l2V1pTGw070501@repoman.freebsd.org> From: Julian Elischer Date: Sat, 31 Mar 2007 01:51:29 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/netinet ip_fw2.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: Sat, 31 Mar 2007 01:51:30 -0000 julian 2007-03-31 01:51:29 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/netinet ip_fw2.c Log: MFC: 1.161 include the opt_diver.h to get the banner massage right. This brings ip_fw2.c up to date with -current with the exception of: 1.113, 114, 125, 126, 130, 138, 140, 152-156, 158-160 All of which I do not believe to be MFC candidates (with the possible exception of 140 which has a risk factor I don't want to put in RELENG_6). 138 is also a possibility but requires more work in other files. I need to do the userland ipfw too to add some new features, but, not today.. Revision Changes Path 1.106.2.34 +1 -0 src/sys/netinet/ip_fw2.c