No subject
Nikolaev D./ MTS
nomad at mts.ru
Tue Jul 1 00:32:43 PDT 2003
man ipfw
------ cut -----------
ports: [not] {port | port-port} [,...]
For protocols which support port numbers (such as TCP and UDP), optional
ports may be specified as one or more ports or port ranges, separated by
commas but no spaces, and an optional not operator.
-------------------
root at mrnp:/usr/src>ipfw add 65001 deny tcp from 10.0.0.1 not 1000 to me
ipfw: missing ``to''
Looks like there is a bug in man - [not] cannot be aplied to {port}. Any
comments ?
More information about the freebsd-ipfw
mailing list