I use openbsd 4.3 i386 with vlans over a bridge and traffic is filtered. When I add the vlan116 after vlan120 to the bridge, traffic on the vlan120 will be filtered by pf on the vlan116. In pf.conf I need "pass in on vlan116" for incoming traffic on vlan120.
If I add the vlans in the correct order, first vlan116 and then vlan120 all is working fine and in pf.conf traffic on vlan120 can be filtered by "pass in on vlan120". is that a bug or feature ? -Thomas