On Sat, Nov 15, 2003 at 03:33:51PM +0200, Alexey E. Suslikov wrote:
> # cat ./test
> pass proto tcp from any to any port 111 # correct
> pass proto tcp from any to any port = 111 # correct
> pass proto tcp from any to any port {111,222} # correct
> pass proto tcp from any to any port = {111,222} # incorrect
> # pfctl -nf ./test
> ./test:4: syntax error
> #
>
> is it normal (3.4-stable from 20031113)?
it does not make sense to use
= != < <= > >= <> ><
with sets of ports.
