From owner-cvs-all Sat Jan 8 3:31:47 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9EF4F14F3C; Sat, 8 Jan 2000 03:31:44 -0800 (PST) (envelope-from luigi@FreeBSD.org) Received: (from luigi@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA76331; Sat, 8 Jan 2000 03:31:44 -0800 (PST) (envelope-from luigi@FreeBSD.org) Message-Id: <200001081131.DAA76331@freefall.freebsd.org> From: Luigi Rizzo Date: Sat, 8 Jan 2000 03:31:44 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet ip_fw.h ip_fw.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk luigi 2000/01/08 03:31:44 PST Modified files: sys/netinet ip_fw.h ip_fw.c Log: Add ipfw hooks for the new dummynet features. Support masks on TCP/UDP ports. Minor cleanup of ip_fw_chk() to avoid repeated calls to PULLUP_TO at each rule. Revision Changes Path 1.46 +5 -2 src/sys/netinet/ip_fw.h 1.126 +96 -69 src/sys/netinet/ip_fw.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message