summaryrefslogtreecommitdiffstats
path: root/sbin
diff options
context:
space:
mode:
authorghelmer <ghelmer@FreeBSD.org>1999-04-08 13:56:25 +0000
committerghelmer <ghelmer@FreeBSD.org>1999-04-08 13:56:25 +0000
commit12f0f111e6d49e76efb1134d939bcd95646f4be2 (patch)
tree0765da295f53f706010965871b64318ed925deb8 /sbin
parent82d608b11717e44be91d613c4552c7ca7009c8c8 (diff)
downloadFreeBSD-src-12f0f111e6d49e76efb1134d939bcd95646f4be2.zip
FreeBSD-src-12f0f111e6d49e76efb1134d939bcd95646f4be2.tar.gz
Convert LKM/modload to KLD/kldload. Add ref to kldload(8).
Submitted by: Nathan Ahlstrom <nrahlstr@winternet.com>
Diffstat (limited to 'sbin')
-rw-r--r--sbin/ipfw/ipfw.85
1 files changed, 3 insertions, 2 deletions
diff --git a/sbin/ipfw/ipfw.8 b/sbin/ipfw/ipfw.8
index bcb8f0d..7477e32 100644
--- a/sbin/ipfw/ipfw.8
+++ b/sbin/ipfw/ipfw.8
@@ -496,12 +496,12 @@ that is an IP fragment with a fragment offset of one.
This is a valid packet, but it only has one use, to try to circumvent
firewalls.
.Pp
-If you are logged in over a network, loading the LKM version of
+If you are logged in over a network, loading the KLD version of
.Nm
is probably not as straightforward as you would think.
I recommend this command line:
.Bd -literal -offset center
-modload /lkm/ipfw_mod.o && \e
+kldload /modules/ipfw.ko && \e
ipfw add 32000 allow all from any to any
.Ed
.Pp
@@ -557,6 +557,7 @@ This rule diverts all incoming packets from 192.168.2.0/24 to divert port 5000:
.Xr protocols 5 ,
.Xr services 5 ,
.Xr init 8 ,
+.Xr kldload 8 ,
.Xr reboot 8 ,
.Xr sysctl 8 ,
.Xr syslogd 8
OpenPOWER on IntegriCloud