Date: Mon, 13 Sep 2004 16:46:05 +0000 (UTC) From: Andre Oppermann <andre@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/ipfw ipfw.8 src/sys/netinet ip_fw_pfil.c Message-ID: <200409131646.i8DGk55e076413@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
andre 2004-09-13 16:46:05 UTC FreeBSD src repository Modified files: sbin/ipfw ipfw.8 sys/netinet ip_fw_pfil.c Log: Make 'ipfw tee' behave as inteded and designed. A tee'd packet is copied and sent to the DIVERT socket while the original packet continues with the next rule. Unlike a normally diverted packet no IP reassembly attemts are made on tee'd packets and they are passed upwards totally unmodified. Note: This will not be MFC'd to 4.x because of major infrastucture changes. PR: kern/64240 (and many others collapsed into that one) Revision Changes Path 1.151 +2 -13 src/sbin/ipfw/ipfw.8 1.8 +11 -11 src/sys/netinet/ip_fw_pfil.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200409131646.i8DGk55e076413>