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"
This commit is contained in:
Bill Fumerola 2001-09-29 06:33:42 +00:00
parent a931d7ed29
commit b53adbbf93
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=84110

View File

@ -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