diff options
author | billf <billf@FreeBSD.org> | 2001-09-29 06:33:42 +0000 |
---|---|---|
committer | billf <billf@FreeBSD.org> | 2001-09-29 06:33:42 +0000 |
commit | 5d69c42a56c5adbe4c103a3d603b419a8b6c00b4 (patch) | |
tree | f79a50a8f062e902214b543a613792c737524789 /sbin/ipfw | |
parent | fc9b0a15300853effa2d9791e8bc06db62f83d19 (diff) | |
download | FreeBSD-src-5d69c42a56c5adbe4c103a3d603b419a8b6c00b4.zip FreeBSD-src-5d69c42a56c5adbe4c103a3d603b419a8b6c00b4.tar.gz |
now that jlemon has added a hash table to lookup locally configured ip
addresses (and the macros that ipfw(4) use to lookup data for the 'me'
keyword have been converted) remove a comment about using 'me' being a
"computationally expensive" operation.
while I'm here, change two instances of "IP number" to "IP address"
Diffstat (limited to 'sbin/ipfw')
-rw-r--r-- | sbin/ipfw/ipfw.8 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sbin/ipfw/ipfw.8 b/sbin/ipfw/ipfw.8 index 475a746..3fcfb58 100644 --- a/sbin/ipfw/ipfw.8 +++ b/sbin/ipfw/ipfw.8 @@ -500,12 +500,11 @@ keywords mean any protocol will match. .Pp Specifying .Cm any -makes the rule match any IP number. +makes the rule match any IP address. .Pp Specifying .Cm me -makes the rule match any IP number configured on an interface in the system. -This is a computationally semi-expensive check which should be used with care. +makes the rule match any IP address configured on an interface in the system. .Pp The .Aq Ar address Ns / Ns Ar mask |