From owner-cvs-all Tue Jan 18 8: 4: 3 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 6BBEF14E4F; Tue, 18 Jan 2000 08:04:01 -0800 (PST) (envelope-from luigi@FreeBSD.org) Received: (from luigi@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA92985; Tue, 18 Jan 2000 08:04:01 -0800 (PST) (envelope-from luigi@FreeBSD.org) Message-Id: <200001181604.IAA92985@freefall.freebsd.org> From: Luigi Rizzo Date: Tue, 18 Jan 2000 08:04:00 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet ip_dummynet.c ip_dummynet.h ip_fw.c ip_fw.h ip_input.c ip_output.c raw_ip.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk luigi 2000/01/18 08:04:00 PST Modified files: (Branch: RELENG_3) sys/netinet ip_dummynet.c ip_dummynet.h ip_fw.c ip_fw.h ip_input.c ip_output.c raw_ip.c Log: Various MFC: * update dummynet to the new code in 4.0, and cleanup call interface (affects ip_dummynet.c ip_dummynet.h ip_input.c ip_output.c) * various cleanup of ipfw code, including dummynet hooks, support for masks on UDP/TCP ports, and removal of ip_nat hooks as in 4.0 (affects ip_fw.c ip_fw.h raw_ip.c) The new dummynet code is thanks Akamba Corp. Revision Changes Path 1.7.2.9 +597 -281 src/sys/netinet/ip_dummynet.c 1.2.2.4 +97 -47 src/sys/netinet/ip_dummynet.h 1.103.2.10 +154 -95 src/sys/netinet/ip_fw.c 1.36.2.4 +14 -14 src/sys/netinet/ip_fw.h 1.111.2.5 +1 -10 src/sys/netinet/ip_input.c 1.85.2.6 +9 -12 src/sys/netinet/ip_output.c 1.56.2.3 +1 -13 src/sys/netinet/raw_ip.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message