diff options
author | julian <julian@FreeBSD.org> | 2008-08-01 23:31:28 +0000 |
---|---|---|
committer | julian <julian@FreeBSD.org> | 2008-08-01 23:31:28 +0000 |
commit | 2c8efa0a9d8444fe1d62189ee201be5650cbbc7a (patch) | |
tree | 07120eddf30d8c8bc0ee7f102df427cc232b57e0 /sbin/ipfw/ipfw.8 | |
parent | 4bfc008c7a2b81b73fbdc62f9a818abe43b4d9a2 (diff) | |
download | FreeBSD-src-2c8efa0a9d8444fe1d62189ee201be5650cbbc7a.zip FreeBSD-src-2c8efa0a9d8444fe1d62189ee201be5650cbbc7a.tar.gz |
Slight wordsmithing. prompted by danger@
Diffstat (limited to 'sbin/ipfw/ipfw.8')
-rw-r--r-- | sbin/ipfw/ipfw.8 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sbin/ipfw/ipfw.8 b/sbin/ipfw/ipfw.8 index 6ab112c..b7a80d9 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 |