Date: Sun, 5 Dec 1999 16:43:09 -0800 (PST) From: Archie Cobbs <archie@FreeBSD.org> 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 Message-ID: <199912060043.QAA48693@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199912060043.QAA48693>