IPv6 Mangle routing-mark?

Hi, I just found IPv6 routing-mark seems to be supported from v7beta1 (https://help.mikrotik.com/docs/display/ROS/v7+Routing+Protocol+Status)
docs.PNG
So I download chr-7.1beta2 to try, the “mark routing” didn’t appear in the winbox mangle action.
v6-1.PNG
I switch to CLI. I’ve already use “routing/table/add”, a table named “rtab-1” available in print,
rtab.PNG
also ipv4 mark routing choice,
v6-2.PNG
but not available in ipv6.
v4.PNG
Is that a wrong syntax or I need to add something special in rtab for ipv6?

I hope they release v7 soon with all the improvements and IPv6 policy routing. I can’t set up recursive routing failover on IPv6 on v6 and it’s a pain in the ass.

Works as expected, note that routing table should be able to add routes in FIB:

[admin@MikroTik] /routing/table> add name=test fib 
[admin@MikroTik] /routing/table> /ipv6/firewall/mangle
[admin@MikroTik] /ipv6/firewall/mangle> add action=mark-routing new-routing-mark=test 
chain: input
[admin@MikroTik] /ipv6/firewall/mangle> print 
Flags: X - disabled, I - invalid; D - dynamic 
 0    chain=input action=mark-routing new-routing-mark=test

Also recursive routing is working if you set up scopes and target scopes correctly.

can you please check my post http://forum.mikrotik.com/t/routing-table-parameter-for-ipv6-routes-not-in-effect-v7-5/161488/1