PPPoE/v6

Hello, I would like to know if at this point there is a version of routerOS that supports PPPoE/v6. Provider gives me dual stack when connect with PPPoE , offer one IPv4 and one IPv6 address on the same PPPoE session and not get IPv6 address.

anyone who now if at his moment , exists pppoev6 on pppoev4 session ?

thanks

PPPoE is a layer2 protocol. You should be able to run whatever layer3 protocol over it that you and the remote side like, and all at once, too. It looks like maybe DHCPv6-PD is the mechanism to do address assignment for V6. (not sure if that’s standard or just how Mikrotik does it)

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

It looks like you just put dhcp client v6 on the interface and dump the learned prefix(es) into a pool and assign the address from-pool just like you would on a non-pppoe interface.