summaryrefslogtreecommitdiffstats
path: root/share/man/man4/divert.4
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2005-01-12 10:14:43 +0000
committerru <ru@FreeBSD.org>2005-01-12 10:14:43 +0000
commita6a100526d60244a839732a35f351c046b0422fd (patch)
tree4719c90107f3bc65459646294d1bf3e226391b8e /share/man/man4/divert.4
parent03778ef0a07f5fa75b74f5b6c7a4becbee3fb1e8 (diff)
downloadFreeBSD-src-a6a100526d60244a839732a35f351c046b0422fd.zip
FreeBSD-src-a6a100526d60244a839732a35f351c046b0422fd.tar.gz
Scheduled mdoc(7) sweep.
Diffstat (limited to 'share/man/man4/divert.4')
-rw-r--r--share/man/man4/divert.417
1 files changed, 6 insertions, 11 deletions
diff --git a/share/man/man4/divert.4 b/share/man/man4/divert.4
index 5928e78..7cd8102 100644
--- a/share/man/man4/divert.4
+++ b/share/man/man4/divert.4
@@ -112,18 +112,13 @@ is altered to indicate an alternative re-entry point, care should be taken
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
-or you have to load the
-.Dv IPDIVERT
-module.
+To enable divert sockets, a kernel must be compiled with
+.Cd "options IPDIVERT"
+or the
+.Pa ipdivert.ko
+module can be loaded at run-time:
.Pp
-You can load the
-.Dv IPDIVERT
-module at runtime by issuing the following command:
-.Bd -literal -offset indent
-kldload ipdivert
-.Ed
+.Dl "kldload ipdivert"
.Pp
If a packet is diverted but no socket is bound to the
port, or if
OpenPOWER on IntegriCloud