1036,
sfp+1 10.0.0.1/24
sfp+2 100.100.100.1/24
they do plain routing
I need to add a VLAN tagged on the sfp+2 (vlan 1000), and also tagged on the sfp+1
I would like to use the router to pass some little traffic for vlan 1000
/interface bridge port
add bridge=br.1000 interface=sfp+1.1000
add bridge=br.1000 interface=sfp+2.1000
Otherwise, go for the full single-vlan-aware-bridge setup (bridge-filtering=yes), where sfp+1 and sfp+2 will be access ports to their respective VLANs and trunk ports for the rest, etc.