Mikrotik as client don't ask for IPv6 address over IPsec ike2 tunnel

I’ve got IPsec tunnel between my host and mikrotik. With IPv4 All works just fine.
My IPsec server (strongswan) is able to provide IPv4 and IPv6 network address.

I was gonna use IPv6 over IPv4 the scheme more or less decribed here (except there’s a computer is a client)
https://markus.wernig.net/en/it/ip6tunnel-ipsec-only.phtml

but Mikrotik simply doesn’t request IPv6 address at all and thus I can’t get it working.
server log:

peer requested virtual IP %any
assigning virtual IP 192.168.103.1 to peer ‘CN=zhome’

When Windows 10 bultin IKE2 VPN client works fine (with the same ipsec server configuration) -
server log:

peer requested virtual IP %any
assigning virtual IP 192.168.103.1 to peer ‘CN=zhome’
peer requested virtual IP 2a01:xxx:yyy:zzz::1:1
assigning virtual IP 2a01:xxx:yyy:zzz::1:1 to peer ‘CN=zhome’

Currently using this method ike2 will give out only IPv4 address, IPv6 is not implemented yet.

Thank you for the answer. That’s sad.

I stopped using mikrotik’s openvpn for the same reason (IPv6 doesn’t work) and hoped I’d be able to fix the issue using IPsec.
Only to find out there’s no support for it either.

Is there a plan to implement IPv6?