diff options
| author | Andre Oppermann <andre@FreeBSD.org> | 2004-10-22 19:12:01 +0000 |
|---|---|---|
| committer | Andre Oppermann <andre@FreeBSD.org> | 2004-10-22 19:12:01 +0000 |
| commit | 24fc79b0a4a82c4090cfb59ca9798079072445f7 (patch) | |
| tree | 7af980e647a0f6d61156e19a2aa7d4031fe5894f /share | |
| parent | 1ef0fd822480736c7431f46463eb5ab10eb436d7 (diff) | |
Notes
Diffstat (limited to 'share')
| -rw-r--r-- | share/man/man4/divert.4 | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/share/man/man4/divert.4 b/share/man/man4/divert.4 index d4b39abfe0ab0..420bcc57c6e76 100644 --- a/share/man/man4/divert.4 +++ b/share/man/man4/divert.4 @@ -1,6 +1,6 @@ .\" $FreeBSD$ .\" -.Dd September 14, 2004 +.Dd October 22, 2004 .Dt DIVERT 4 .Os .Sh NAME @@ -115,12 +115,22 @@ to avoid loops, where the same packet is diverted more than once at the same rule. .Sh DETAILS To enable divert sockets, your kernel must be compiled with the option -.Dv IPDIVERT . +.Dv IPDIVERT +or you have to load the +.Dv IPDIVERT +module. +.Pp +You can load the +.Dv IPDIVERT +module at runtime by issuing the following command: +.Bd -literal -offset indent +kldload ipdivert +.Ed .Pp If a packet is diverted but no socket is bound to the port, or if .Dv IPDIVERT -is not enabled in the kernel, the packet is dropped. +is not enabled or loaded in the kernel, the packet is dropped. .Pp Incoming packet fragments which get diverted are fully reassembled before delivery; the diversion of any one fragment causes the entire |
