Hey'
On Fri, 14 Feb 2003 11:17:32 +0100 Henning Brauer wrote:
> > Commas are mandatory between members of a set, aren't they?
>
> not in -current.
>
> I don't remember when we did this change, but I think it was after
> 3.2.
I'm running 3.2 and after changing my pf.conf to:
pass out on $ext_if proto { tcp udp } all keep state
pass in on $int1_if proto { tcp, udp } all keep state
'pfctl -s rules' yields:
@18 pass out on ep0 proto udp all keep state
@19 pass out on ep0 proto tcp all keep state
@20 pass in on we1 proto udp all keep state
@21 pass in on we1 proto tcp all keep state
So I guess it must have been pre 3.2
--
Murphy