Question about PCQ in wiki (Overseas and Latvia part)

Dear all,

i just curious about the mangle rule in
http://wiki.mikrotik.com/wiki/Different_limits_for_Local/Overseas_traffic_for_3_bandwitch_rates_using_pcq_and_queue_tree

/ ip firewall mangle
add chain=forward action=mark-packet new-packet-mark=LV_DL_6M passthrough=yes in-interface=public src-address-list=latvia comment=“Default mangle for Latvia Download” disabled=no
add chain=forward action=mark-packet new-packet-mark=LV_UL_3M passthrough=yes in-interface=local dst-address-list=latvia comment=“Default mangle for Latvia Upload” disabled=no
add chain=forward action=mark-packet new-packet-mark=OS_DL_512k passthrough=yes in-interface=public src-address-list=!latvia comment=“Default mangle for Oversea Download” disabled=no
add chain=forward action=mark-packet new-packet-mark=OS_UL_256k passthrough=yes in-interface=local dst-address-list=!latvia comment=“Default mangle for Oversea Upload” disabled=no

add chain=forward action=mark-packet new-packet-mark=LV_DL_12M passthrough=no in-interface=public src-address-list=latvia dst-address-list=12/6 comment=“Tarif 12/6 Latvia Download” disabled=no
add chain=forward action=mark-packet new-packet-mark=LV_UL_6M passthrough=no in-interface=local src-address-list=12/6 dst-address-list=latvia comment=“Tarif 12/6 Latvia Upload” disabled=no
add chain=forward action=mark-packet new-packet-mark=OS_DL_1M passthrough=no in-interface=public src-address-list=!latvia dst-address-list=12/6 comment=“Tarif 12/6 Oversea Download” disabled=no
add chain=forward action=mark-packet new-packet-mark=OS_UL_512k passthrough=no in-interface=local src-address-list=12/6 dst-address-list=!latvia comment=“Tarif 12/6 Oversea Upload” disabled=no

add chain=forward action=mark-packet new-packet-mark=LV_DL_4M passthrough=no in-interface=public src-address-list=latvia dst-address-list=4/2 comment=“Tarif 4/2 Latvia Download” disabled=no
add chain=forward action=mark-packet new-packet-mark=LV_UL_2M passthrough=no in-interface=local src-address-list=4/2 dst-address-list=latvia comment=“Tarif 4/2 Latvia Upload” disabled=no
add chain=forward action=mark-packet new-packet-mark=OS_DL_256k passthrough=no in-interface=public src-address-list=!latvia dst-address-list=4/2 comment=“Tarif 4/2 Oversea Download” disabled=no
add chain=forward action=mark-packet new-packet-mark=OS_UL_128k passthrough=no in-interface=local src-address-list=4/2 dst-address-list=!latvia comment=“Tarif 4/2 Oversea Upload” disabled=no

Did the first rule and second rule correct??? It’s wrote “Default mangle all trafic” and passthrough= yes, acccording to mangle naming its wrote belong to client with profile 2, or profile for client 2 is default mangle for all client??? (look below to see client profile)

confused… :confused: :confused: :confused: :confused: :confused: :confused: :confused:

which one’'s correct???

1.12/6 Mbps Latvian Traffic 1Mbps/512Kbps Overseas traffic
2.6/3 Mbps Latvian Traffic 512kbps/256Kbps Overseas traffic
3.4/2 Mbps Latvian Traffic 256Kbps/128Kbps Overseas traffic

or like this:

add chain=forward action=mark-packet new-packet-mark=LV_DL_6M > passthrough=no > in-interface=public src-address-list=latvia dst-address-list=12/6 comment=“Tarif 6/3 Latvia Download” disabled=no
add chain=forward action=mark-packet new-packet-mark=LV_UL_3M > passthrough=no > in-interface=local src-address-list=12/6 dst-address-list=latvia comment=“Tarif 6/3 Latvia Upload” disabled=no
add chain=forward action=mark-packet new-packet-mark=OS_DL_512k > passthrough=no > in-interface=public src-address-list=!latvia dst-address-list=12/6 comment=“Tarif 6/3 Oversea Download” disabled=no
add chain=forward action=mark-packet new-packet-mark=OS_UL_256k > passthrough=no > in-interface=local src-address-list=12/6 dst-address-list=!latvia comment=“Tarif 6/3 Oversea Upload” disabled=no

maybe there is missing rule for passthrough=yes part…