How can I limit user's speed on IPv6?

Dear all,
I have set up my network for IPv6 and it works perfect. However, I have used 255 simple queues to limit speed in IPv4 network.
How can I do same thing in the IPv6?
Should I create 18Billion queues for a /64 network?!!!

Please, help me on this matter.

Thanks

No one has worked on this?!

mark packed (ipv6 firewall) and pcq.. ?

Thanks for your reply.
However, because of the high range of IP addresses, How can I be sure to apply my policies about limiting their speed based on their usage?
Now, I use simple queues along with scripting to check each user’s bandwidth usage and limit users with high download. It’s done by single queue for each user.
Can I apply such a policy on my net for IPv6?

it should be possible to do the same way as for ipv4.


http://wiki.mikrotik.com/wiki/Manual:Queues_-_PCQ_Examples

just change to /ipv6 firewall for the mangle roules.

then its done packet by packet, and should not have anny issu with a huge nr of ipv6 adresses, as long as the packet flow is almoust the same as at ipv4.

Thanks. Then, I need to use this and limit all users.