Be explicit that packets passed from a 'ipfw tee' action will not be reassembled.

Prodded by:	ru
This commit is contained in:
andre 2004-09-14 09:35:10 +00:00
parent 99d1474b74
commit ea95dbf321

View File

@ -1,6 +1,6 @@
.\" $FreeBSD$
.\"
.Dd June 18, 1996
.Dd September 14, 2004
.Dt DIVERT 4
.Os
.Sh NAME
@ -128,6 +128,12 @@ packet to get diverted.
If different fragments divert to different ports,
then which port ultimately gets chosen is unpredictable.
.Pp
Note that packets arriving on the divert socket by the
.Xr ipfw 8
.Cm tee
action are delivered as-is and packet fragments do not get reassembled
in this case.
.Pp
Packets are received and sent unchanged, except that
packets read as outgoing have invalid IP header checksums, and
packets written as outgoing have their IP header checksums overwritten