Hi,
For my QOS configuration I use mark connection and then mark packet(using connection mark).
When I sent 5 icmp echo requests it shows 5 packets for mark connection and 10 packets for mark packets. Do you have any ideas?
/ip firewall mangle
add action=mark-connection chain=forward comment=Class8-CONNECTION-MARK new-connection-mark=all-con-mark out-interface-list=VPN passthrough=yes src-address-list=LAN
add action=mark-packet chain=forward comment=Class8-ALL connection-mark=all-con-mark new-packet-mark=all-packet-mark passthrough=no
