* Martin Pieuchot <m...@openbsd.org> [04.11.2015 12:53]: > I'd appreciate if you could test my diff and report back.
Seems the bridge is working but tagged packets can still be blocked with a bridge rule. This is a current system with your diff and ifconfig em0 up ifconfig vlan10 <myip> vlandev em0 up If I add a bridge with ifconfig bridge0 add em0 up rule block on em0 the packets will not reach the vlan interface.