How to jump from a Filter Rule Chain to a Mangle Rule Chain?

Hello, I’m dealing with a scenario where I need to change the DSCP of all packets going trough a ppp interface.
I’m using Filter-Id attribute to create a dinamic Filter Rule for the specific ppp interface (based on radius profile).
In Filter Rules the rule is created, but I noticed that the action of changing DSCP is in mangle rules, not in filter rules, and I can’t “jump” from a Filter Rule chain to a Mangle Rule chain (I put the same chain name in both places but no traffic is matched in mangle).

Any idea on how to solve this issue ?

Check the packet flow chart

http://wiki.mikrotik.com/wiki/Manual:Packet_Flow

Thank you, but not usefull, packet flow diagrams don’t show me how to jump from a filter rule to a mangle rule.
Regards,
Jack.-

That’s because you can’t jump from one to another. Follow the packet flow diagram to see where you need to mark. Looking at the diagram you will see mangle happens before filter.