From owner-cvs-all Sun Dec 5 16:43:12 1999 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 AA2D414D08; Sun, 5 Dec 1999 16:43:09 -0800 (PST) (envelope-from archie@FreeBSD.org) Received: (from archie@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA48693; Sun, 5 Dec 1999 16:43:09 -0800 (PST) (envelope-from archie@FreeBSD.org) Message-Id: <199912060043.QAA48693@freefall.freebsd.org> From: Archie Cobbs Date: Sun, 5 Dec 1999 16:43:09 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet ip_divert.c ip_fw.c ip_fw.h ip_input.c ip_output.c ip_var.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk archie 1999/12/05 16:43:09 PST Modified files: sys/netinet ip_divert.c ip_fw.c ip_fw.h ip_input.c ip_output.c ip_var.h Log: Miscellaneous fixes/cleanups relating to ipfw and divert(4): - Implement 'ipfw tee' (finally) - Divert packets by calling new function divert_packet() directly instead of going through protosw[]. - Replace kludgey global variable 'ip_divert_port' with a function parameter to divert_packet() - Replace kludgey global variable 'frag_divert_port' with a function parameter to ip_reass() - style(9) fixes Reviewed by: julian, green Revision Changes Path 1.40 +35 -46 src/sys/netinet/ip_divert.c 1.124 +61 -61 src/sys/netinet/ip_fw.c 1.44 +4 -1 src/sys/netinet/ip_fw.h 1.123 +102 -75 src/sys/netinet/ip_input.c 1.92 +35 -11 src/sys/netinet/ip_output.c 1.48 +5 -5 src/sys/netinet/ip_var.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message