summaryrefslogtreecommitdiffstats
path: root/sbin/ip6fw
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2003-03-03 22:46:36 +0000
committerru <ru@FreeBSD.org>2003-03-03 22:46:36 +0000
commitc8dda64242403fe858ee1de5c4811e1189df6acc (patch)
tree10f446e7135d3961b70de3dc362df7fc4da7b401 /sbin/ip6fw
parent4f2d1b56c78838cf9d3deb8fb006f7d8498756e2 (diff)
downloadFreeBSD-src-c8dda64242403fe858ee1de5c4811e1189df6acc.zip
FreeBSD-src-c8dda64242403fe858ee1de5c4811e1189df6acc.tar.gz
/modules is gone long ago, use the safe equivalents.
Diffstat (limited to 'sbin/ip6fw')
-rw-r--r--sbin/ip6fw/ip6fw.82
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/ip6fw/ip6fw.8 b/sbin/ip6fw/ip6fw.8
index d635a90..3ccb860 100644
--- a/sbin/ip6fw/ip6fw.8
+++ b/sbin/ip6fw/ip6fw.8
@@ -499,7 +499,7 @@ is probably not as straightforward as you would think
.Em ( "not supported" ) .
I recommend this command line:
.Bd -literal -offset center
-kldload /modules/ip6fw_mod.o && \e
+kldload ip6fw && \e
ip6fw add 32000 allow all from any to any
.Ed
.Pp
OpenPOWER on IntegriCloud