I have a RB 751 that I have configured ether 3, ether 4, and ether 5 to be their own masters, and I have bridged these ports to "bridge-local"
Now I would like to apply some rules based on traffic entering on say ether3, and have configured a mangle rule as follows:
Code: Select all
chain=prerouting action=mark-connection new-connection-mark=no-mark
passthrough=yes in-interface=bridge-local
in-bridge-port=ether3-slave-local
Thanks!!