freebsd-dev/sbin/ipfw
Andre Oppermann 7c0102f575 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)
2004-09-13 16:46:05 +00:00
..
ipfw2.c Currently when ipfw(8) generates the micro-instructions for rules which 2004-09-11 19:44:29 +00:00
ipfw.8 Make 'ipfw tee' behave as inteded and designed. A tee'd packet is copied 2004-09-13 16:46:05 +00:00
Makefile Uncommented WARNS=0. ipfw2.c is full of printf format errors that are 2002-07-11 17:33:37 +00:00