That's a very convoluted way to simply grab vlan 100 traffic off the sole wan port. If no other ports are involved, you can simply do:
config device
option name 'wan'
option macaddr '<MAC>'
config interface 'wan'
option device 'wan.100'
option proto 'dhcp'
No need for any bridge, bridge-vlan filtering or VLAN devices on top of bridges.