On Wed, Oct 01, 2003 at 04:26:35PM -0400, Russell P. Sutherland wrote:
> When I try to perform what seems to be the simplest of
> macros (the one given in the man page) I get a syntax
> error:
>
> # cat qwe.conf
> ext_if = "kue0"
> all_ifs = "{" $ext_if lo0 "}
>
> # pfctl -nvf ./qwe.conf
> ext_if = "kue0"
> ./qwe.conf:2: syntax error
>
> Is there a basic bug or am I making a fundamental mistake.You're missing a quote.
