aboutsummaryrefslogtreecommitdiff
path: root/sbin/ipfw
diff options
context:
space:
mode:
authorJulian Elischer <julian@FreeBSD.org>2008-08-01 23:31:28 +0000
committerJulian Elischer <julian@FreeBSD.org>2008-08-01 23:31:28 +0000
commit2cc8ab2a83eccbc77a2c20c9609c391ae4fb055f (patch)
tree07120eddf30d8c8bc0ee7f102df427cc232b57e0 /sbin/ipfw
parentbc20b62b0e0d5d513bd3facb7f9292a4b1fd281f (diff)
Notes
Diffstat (limited to 'sbin/ipfw')
-rw-r--r--sbin/ipfw/ipfw.87
1 files changed, 5 insertions, 2 deletions
diff --git a/sbin/ipfw/ipfw.8 b/sbin/ipfw/ipfw.8
index 6ab112c3cdd02..b7a80d9ca5e63 100644
--- a/sbin/ipfw/ipfw.8
+++ b/sbin/ipfw/ipfw.8
@@ -793,12 +793,15 @@ Skip all subsequent rules numbered less than
.Ar number .
The search continues with the first rule numbered
.Ar number
-or higher. It is possible to use the
+or higher.
+It is possible to use the
.Cm tablearg
keyword with a skipto for a
.Em computed
skipto, but care should be used, as no destination caching
-is possible in this case so the rules are always walked to find it.
+is possible in this case so the rules are always walked to find it,
+starting from the
+.Cm skipto .
.It Cm tee Ar port
Send a copy of packets matching this rule to the
.Xr divert 4