Hi,
I've created setup based on this example on RB 450G:
http://wiki.mikrotik.com/wiki/Different ... queue_tree
interface print
Flags: D - dynamic, X - disabled, R -
# NAME
0 R public
1 R local
2 ether3
3 ether4
4 R ether5
5 R bridge1
/ interface bridge settings print
use-ip-firewall: yes
use-ip-firewall-for-vlan: no
use-ip-firewall-for-pppoe: no
/ip firewall mangle print
Flags: X - disabled, I - invalid, D - dynamic
0 ;;; Default mangle for lithuania Download
chain=forward action=mark-packet new-packet-mark=LT_DL_10M passthrough=yes
src-address-list=lithuania in-interface=local
1 ;;; Default mangle for lithuania Upload
chain=forward action=mark-packet new-packet-mark=LT_UL_10M passthrough=yes
dst-address-list=lithuania in-interface=public
2 ;;; Default mangle for Oversea Download
chain=forward action=mark-packet new-packet-mark=OS_DL_3M passthrough=yes
src-address-list=!lithuania in-interface=local
3 ;;; Default mangle for Oversea Upload
chain=forward action=mark-packet new-packet-mark=OS_UL_3M passthrough=yes
dst-address-list=!lithuania in-interface=local
All traffic is passing through bridge but is not marked, all counters in firewall/mangle are on 0.
What is strange the same config is working on computer based router os v 2.9
Cant find reason why traffic is not marked.