Re: Another Lists/Macros Question

2006-08-25 Thread beno
Travis H. wrote: This is getting freaking ridiculous. I answered the same question long ago. Note the nested braces in the last line - that is your problem. How many times does this guy need to be told? I told him _exactly_the_same_thing_. Beno, welcome to /dev/null. Some people are just

Re: Another Lists/Macros Question

2006-08-24 Thread Travis H.
This is getting freaking ridiculous. I answered the same question long ago. Note the nested braces in the last line - that is your problem. How many times does this guy need to be told? I told him _exactly_the_same_thing_. Beno, welcome to /dev/null. Some people are just too dense to be he

Re: Another Lists/Macros Question

2006-08-23 Thread beno
Michal Mertl wrote: beno wrote: Michal Mertl wrote: Note that no quoting is necessary here and the parser doesn't care much about whitespace. If you run pfctl with "-v" you shall see the macro expansion which should help in understanding the parser and finding out errors. That

Re: Another Lists/Macros Question

2006-08-23 Thread Jeremy C. Reed
> set fingerprints /etc/pf.os > pfctl: /etc/pf.os : No such file or directory I wonder if the parser sees the second space and assumes that is part of the filename. I didn't test, but try removing the extra space before the pathname. > /etc/pf.conf:24: syntax error > Here's that line, which t

Re: Another Lists/Macros Question

2006-08-23 Thread Michal Mertl
beno wrote: > Michal Mertl wrote: > > Note that no quoting is necessary here and the parser doesn't care much > > about whitespace. If you run pfctl with "-v" you shall see the macro > > expansion which should help in understanding the parser and finding out > > errors. > > > That does help! Tha

Re: Another Lists/Macros Question

2006-08-23 Thread beno
Michal Mertl wrote: Note that no quoting is necessary here and the parser doesn't care much about whitespace. If you run pfctl with "-v" you shall see the macro expansion which should help in understanding the parser and finding out errors. That does help! Thanks! Now, throwing that flag with

Re: Another Lists/Macros Question

2006-08-23 Thread Michal Mertl
Jon Simola wrote: > On 8/22/06, beno <[EMAIL PROTECTED]> wrote: > > This is accepted by the pfclt compiler just fine: > > > > http_ports="80 8080 7080" > > ssh_ports="22" > > ftp_ports="21 8021 7021" > > smtp_ports="25" > > pop3_ports="110" > > https_ports="443" > > imap_ssl_ports="993 143" > > squ

Re: Another Lists/Macros Question

2006-08-22 Thread Remko Lodder
Jon Simola wrote: On 8/22/06, beno <[EMAIL PROTECTED]> wrote: This is accepted by the pfclt compiler just fine: http_ports="80 8080 7080" ssh_ports="22" ftp_ports="21 8021 7021" smtp_ports="25" pop3_ports="110" https_ports="443" imap_ssl_ports="993 143" squid_ports="3128" mysql_ports="3306" ema

Re: Another Lists/Macros Question

2006-08-22 Thread Jon Simola
On 8/22/06, beno <[EMAIL PROTECTED]> wrote: This is accepted by the pfclt compiler just fine: http_ports="80 8080 7080" ssh_ports="22" ftp_ports="21 8021 7021" smtp_ports="25" pop3_ports="110" https_ports="443" imap_ssl_ports="993 143" squid_ports="3128" mysql_ports="3306" email_ports='"{' $smtp

Re: Another Lists/Macros Question

2006-08-22 Thread beno
Remko Lodder wrote: beno wrote: This is accepted by the pfclt compiler just fine: http_ports="80 8080 7080" ssh_ports="22" ftp_ports="21 8021 7021" smtp_ports="25" pop3_ports="110" https_ports="443" imap_ssl_ports="993 143" squid_ports="3128" mysql_ports="3306" email_ports='"{' $smtp_ports $pop

Re: Another Lists/Macros Question

2006-08-22 Thread Remko Lodder
beno wrote: This is accepted by the pfclt compiler just fine: http_ports="80 8080 7080" ssh_ports="22" ftp_ports="21 8021 7021" smtp_ports="25" pop3_ports="110" https_ports="443" imap_ssl_ports="993 143" squid_ports="3128" mysql_ports="3306" email_ports='"{' $smtp_ports $pop3_ports '}"' all_http

Another Lists/Macros Question

2006-08-22 Thread beno
This is accepted by the pfclt compiler just fine: http_ports="80 8080 7080" ssh_ports="22" ftp_ports="21 8021 7021" smtp_ports="25" pop3_ports="110" https_ports="443" imap_ssl_ports="993 143" squid_ports="3128" mysql_ports="3306" email_ports='"{' $smtp_ports $pop3_ports '}"' all_http_ports='"{' $