I try set prority by two methods like i can read in this link: https://wiki.mikrotik.com/wiki/Vlans_on ... nvironment for the outputs requests. For example, the DHCP request is by VLAN ID: 2 and Priority 5 but the offer Mikrotik send with Priority 0 always.
(vlan 2 interface is in brVlan2 interface)
/interface bridge filter
add action=set-priority chain=output new-priority=5 out-bridge=brVlan2 passthrough=no
OR
/ip firewall mangle
add action=set-priority chain=postrouting new-priority=5 out-interface=VLAN2 passthrough=no
add action=set-priority chain=output new-priority=5 out-interface=VLAN2 passthrough=no
No one works.
Thanks for help.