queue simple question

/queue simple
remove [ find where ! dynamic ]


add comment="ratelimit for yboGuest network and only for marked packets" max-limit=10M/10M name=guestToInternet packet-marks=guestInternet target=10.172.202.0/24

\

only here until mangle is used any where else

then shoudl go into fw.rsc

/ip firewall mangle
remove [ find where ! dynamic ]


add action=mark-packet chain=forward new-packet-mark=guestInternet dst-address=10.172.202.0/24 src-address=!10.0.0.0 place-before=0 comment="Internet to guest"
add action=mark-packet chain=forward dst-address=!10.0.0.0 src-address=10.172.202.0/24 new-packet-mark=guestInternet place-before=0 comment="Guest to internet"



I'm using fasttrack as well ..

but queue simple isn't limiting it to 10M ...

tried to make it a bit more simple

/queue simple> export
/queue simple
add comment=“guest to local network is max” dst=10.0.0.0/8 name=guestLocal target=10.0.0.0/8
add comment=“guest to internet” max-limit=10M/10M name=guestInternet target=10.172.202.0/24

The Internet one is working fine the local lan one isn’t working …