Hello, Is it ever possible to have a rule in pf.conf such as : pass in on $int_if proto tcp to any tagged client or admin
I think not, is the following a correct alternate ?
pass in on $int_if proto tcp to any tagged client
pass in on $int_if proto tcp to any tagged admin
In my opinion the OR is not implemented at least it seems not documented,
maybe the folowing is also possible ?
pass in on $int_if proto tcp to any tagged {client,admin}
Thanks for clarifications

