summaryrefslogtreecommitdiffstats
path: root/share/man/man4/divert.4
Commit message (Collapse)AuthorAgeFilesLines
* - move steps describing how to gain ipdivert support to SYNOPSIS anddanger2006-09-241-8/+18
| | | | | | | | follow the style of other section 4 manual pages - add ipfw(4) to SEE ALSO section Reviewed by: ru Approved by: trhodes (mentor), keramida (mentor)
* Expand contractions.ru2005-02-131-2/+2
|
* Expand *n't contractions.ru2005-02-131-1/+1
|
* Sort sections.ru2005-01-211-3/+3
|
* Scheduled mdoc(7) sweep.ru2005-01-121-11/+6
|
* Bump .Ddglebius2004-12-171-1/+1
| | | | Reminded by: ru
* Note that send(2) is no longer applicable to divert(4) sockets.glebius2004-12-171-7/+5
| | | | | | Noticed by: Dmitry Dvoinikov Wording by: cperciva MFC after: 3 days
* Refuse to unload the ipdivert module unless the 'force' flag is given to ↵andre2004-10-221-3/+13
| | | | | | | kldunload. Reflect the fact that IPDIVERT is a loadable module in the divert(4) and ipfw(8) man pages.
* Be explicit that packets passed from a 'ipfw tee' action will not be ↵andre2004-09-141-1/+7
| | | | | | reassembled. Prodded by: ru
* Mechanically kill hard sentence breaks and double whitespaces.ru2004-07-031-1/+2
|
* Correct to match reality regarding interface names.dannyboy2003-07-081-3/+4
| | | | | | | PR: 51006 Submitted by: "Dmitry Pryanishnikov" <dmitry@atlantis.dp.ua> mdoc clue by: "Simon L. Nielsen" <simon@nitro.dk> MFC after: 10 days
* Hiten's patchset for section four manpages, slightly edited by me.ru2003-06-281-3/+6
|
* Fix syntax error.keramida2002-03-131-1/+1
|
* mdoc(7) police: Use the new .In macro for #include statements.ru2001-10-011-3/+3
|
* mdoc(7) police: join split punctuation to macro calls.ru2001-08-101-2/+1
|
* mdoc(7) police:ru2001-08-071-4/+2
| | | | | | | Avoid using parenthesis enclosure macros (.Pq and .Po/.Pc) with plain text. Not only this slows down the mdoc(7) processing significantly, but it also has an undesired (in this case) effect of disabling hyphenation within the entire enclosed block.
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-101-1/+1
|
* mdoc(7) police: remove extraneous .Pp before and/or after .Sh.dd2001-07-091-1/+0
|
* Note that packets read as outgoing have invalid IP header checksums.archie2001-02-121-0/+1
|
* Use Fx macro wherever possible.ru2000-11-141-1/+2
|
* Update @freebsd.org email addresses to @FreeBSD.org as is theasmodai2000-10-261-1/+1
| | | | precedent.
* Change archie's and my email addresses from Whistle.com to FreeBSD.orgjulian2000-10-241-1/+1
|
* Simple -mdoc fixes.ru2000-10-061-6/+6
|
* Remove single-space hard sentence breaks. These degrade the qualitysheldonh2000-03-011-6/+12
| | | | | of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc.
* Minor display fix.ru2000-01-111-2/+5
|
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Make the Man page reflect teh new reality.julian1998-06-051-17/+21
|
* Hide the interface name in the sin_zero section of the sockaddr_injulian1998-05-251-3/+11
| | | | | | | | | | | passed to the user process for incoming packets. When the sockaddr_in is passed back to the divert socket later, use thi sas the primary interface lookup and only revert to the IP address when the name fails. This solves a long standing bug with divert sockets: When two interfaces had the same address (P2P for example) the interface "assigned" to the reinjected packet was sometimes incorect. Probably we should define a "sockaddr_div" to officially hold this extended information in teh same manner as sockaddr_dl.
* .Sh AUTHOR -> .Sh AUTHORS according to mdoc specs.charnier1998-03-121-3/+4
| | | | Use .An/.Aq.
* Update the LOOP AVOIDANCE section to reflect reality.brian1997-11-081-14/+15
| | | | Requested by: Archie Cobbs <archie@whistle.com>
* Fixed missing #include(s) (mostly of <sys/types.h> in synopsis).bde1997-03-191-1/+2
| | | | Reviewed by: wollman
* Revert $FreeBSD$ back to $Id$peter1997-02-221-1/+1
|
* Incoming packets no longer have their ip_sum zero'dbrian1997-02-061-4/+4
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
| | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* Sort cross references.wosch1996-12-261-3/+5
|
* Minor formatting/style fixes.mpp1996-12-091-2/+2
| | | | Submitted by: Sandro Sigala <sandro@cat.local.net> as part of PR # 2134
* Fix some spelling errors.mpp1996-07-111-2/+2
|
* Adding changes to ipfw and the kernel to support ip packet diversion..julian1996-07-101-0/+144
This stuff should not be too destructive if the IPDIVERT is not compiled in.. be aware that this changes the size of the ip_fw struct so ipfw needs to be recompiled to use it.. more changes coming to clean this up.
OpenPOWER on IntegriCloud