ipv6 firewall rule

Hi,

I would like to create an ipv6 firewall rule, but the router doesn’t accept it. With ipv4, it works the following form: 1.1.1.1-2.2.2.2
With ipv6, it doesn’t:
/ipv6 firewall filter> add chain=forward src-address=2001::-2002:: action=accept
value of address expects IPv6 prefix
I tried also the following:
/ipv6 firewall filter> add chain=forward src-address=2001::/128-2002::/128 action=accept
value of address must have nemask after ‘/’ as a number

if you want to get all addresses from 2001::0 up to 2002::0, the rule should state 2001::/16. Of course if this is what you want
(all starting with 2001: and not those with 2002:)

It was just an example. Your advice would be good for it, but unfortunately I cannot use with my real IP range.