Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Jul 2003 11:32:10 +0400
From:      "Nikolaev D./ MTS" <nomad@mts.ru>
To:        <ipfw@freebsd.org>
Message-ID:  <006e01c33fa2$e4bb5540$4635a8c0@sloniki>

next in thread | raw e-mail | index | archive | help
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@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 ?



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?006e01c33fa2$e4bb5540$4635a8c0>