I'm trying a similar setup as the 1st post, but trying to get DHCP to work, I've added the dnsmasq config (note that I use vlan3 and br3 instead of 6)
## Seperate dhcp subnet
interface=br3
dhcp-range=br3,192.168.1.2,192.168.1.254,255.255.255.0,86400s
dhcp-option=br3,3,192.168.1.1...