Deleted Added
full compact
divert.4 (31035) divert.4 (34504)
1.\" $Id: divert.4,v 1.8 1997/03/19 19:47:27 bde Exp $
1.\" $Id: divert.4,v 1.9 1997/11/08 01:02:08 brian Exp $
2.\"
3.Dd June 18, 1996
4.Dt DIVERT 4
5.Os FreeBSD
6.Sh NAME
7.Nm divert
8.Nd kernel packet diversion mechanism
9.Sh SYNOPSIS

--- 129 unchanged lines hidden (view full) ---

139could be cleaner, and it's too dependent on
140.Xr ipfw 8 .
141.Pp
142It's questionable whether incoming fragments should be reassembled
143before being diverted. For example, if only some fragments of a
144packet destined for another machine don't get routed through the
145local machine, the packet is lost. This should probably be
146a settable socket option in any case.
2.\"
3.Dd June 18, 1996
4.Dt DIVERT 4
5.Os FreeBSD
6.Sh NAME
7.Nm divert
8.Nd kernel packet diversion mechanism
9.Sh SYNOPSIS

--- 129 unchanged lines hidden (view full) ---

139could be cleaner, and it's too dependent on
140.Xr ipfw 8 .
141.Pp
142It's questionable whether incoming fragments should be reassembled
143before being diverted. For example, if only some fragments of a
144packet destined for another machine don't get routed through the
145local machine, the packet is lost. This should probably be
146a settable socket option in any case.
147.Sh AUTHOR
148Archie Cobbs <archie@whistle.com>, Whistle Communications Corp.
147.Sh AUTHORS
148.An Archie Cobbs Aq archie@whistle.com ,
149Whistle Communications Corp.