I have tried searching the web for an answer but no luck
I am trying the manipulate traffic via dynamically changing the mark-id attribute. I then want to change the DSCP tag or source routing depending on the mark.
My problem is the "dynamic mark-id rule" gets added below the routing-mark rule and needles this does not work.
chain=hotspot action=mark-routing new-routing-mark=routemark02 passthrough=yes packet-mark=mark02
chain=hotspot action=mark-routing new-routing-mark=routemark01 passthrough=yes packet-mark=mark01
chain=hotspot action=mark-packet new-packet-mark=mark01 passthrough=yes src-address=10.150.0.254
chain=hotspot action=mark-packet new-packet-mark=mark01 passthrough=yes dst-address=10.150.0.254
Does anybody know how I can force the sequence numbers