On 2008-08-03, nate <[EMAIL PROTECTED]> wrote:
> Stuart Henderson wrote:
>> The pfctl-based config parsers were re-unified between 4.2 and
>> 4.3, most things just work<tm> but there are some uncommon cases
>> which used to work that don't now.
>
> Ok thanks! Do you happen to know if there are plans to fix the
> uncommon cases at some point? It seems like this particular
> behavior wouldn't be intentional.

ah, actually I think this one (which only affected numbers in
a macro; strings worked ok) was already fixed. on -current:

$ pfctl -nvf -
ssh                     = "22"
ssh = "22" 
smtp                    = "25"
smtp = "25"
penguin                 = "216.39.174.25"
penguin = "216.39.174.25"
penguin_ports           = "{" $ssh $smtp "}"
penguin_ports = "{ 22 25 }"

Reply via email to