Re: feature in the parser?

2003-11-15 Thread Markus Friedl
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 por

Re: feature in the parser?

2003-11-15 Thread Max Laier
Saturday, November 15, 2003, 2:33:51 PM, you wrote: AES> # cat ./test AES> pass proto tcp from any to any port 111 # correct AES> pass proto tcp from any to any port = 111 # correct AES> pass proto tcp from any to any port {111,222} # correct AES> pass proto tcp from any to any por

feature in the parser?

2003-11-15 Thread Alexey E. Suslikov
# 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 n