summaryrefslogtreecommitdiffstats
path: root/sbin/ipfw
diff options
context:
space:
mode:
authorandre <andre@FreeBSD.org>2004-10-22 19:12:01 +0000
committerandre <andre@FreeBSD.org>2004-10-22 19:12:01 +0000
commit7c8480e7f11fad81e536997abda225a00a1c9205 (patch)
tree7af980e647a0f6d61156e19a2aa7d4031fe5894f /sbin/ipfw
parent976462622a7aaec6c473905747b400a314ad76bb (diff)
downloadFreeBSD-src-7c8480e7f11fad81e536997abda225a00a1c9205.zip
FreeBSD-src-7c8480e7f11fad81e536997abda225a00a1c9205.tar.gz
Refuse to unload the ipdivert module unless the 'force' flag is given to kldunload.
Reflect the fact that IPDIVERT is a loadable module in the divert(4) and ipfw(8) man pages.
Diffstat (limited to 'sbin/ipfw')
-rw-r--r--sbin/ipfw/ipfw.88
1 files changed, 4 insertions, 4 deletions
diff --git a/sbin/ipfw/ipfw.8 b/sbin/ipfw/ipfw.8
index e37b890..96944e1 100644
--- a/sbin/ipfw/ipfw.8
+++ b/sbin/ipfw/ipfw.8
@@ -1,7 +1,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd September 19, 2004
+.Dd October 22, 2004
.Dt IPFW 8
.Os
.Sh NAME
@@ -1812,9 +1812,9 @@ A
.Xr divert 4
socket bound to the specified port will receive all packets
diverted to that port.
-If no socket is bound to the destination port, or if the kernel
-wasn't compiled with divert socket support, the packets are
-dropped.
+If no socket is bound to the destination port, or if the divert module is
+not loaded, or if the kernel wasn't compiled with divert socket support,
+the packets are dropped.
.Sh SYSCTL VARIABLES
A set of
.Xr sysctl 8
OpenPOWER on IntegriCloud