Under the Tables section in the pf.conf(5) man page, it is indicated that tables can be created with a valid interface group. I'm taking this to mean I can do the following:
table <all-of-my-vlans> { vlan } or better yet: table <outside> { egress } but when loading up the ruleset or even trying to manually add the table via command line "pfctl -t outside -T add egress" I receive: no IP address found for egress I have no problems when specifying the exact interface such as vlan0. So my question is: did I misread this? Thanks -Ryan