I am wondering if with an IPV6 ACL there is a difference bewteen the any keyword and ::/0.Take the following example.
ipv6 access-list DENY_TELNET
deny tcp ::/0 ::/0 eq 23
deny tcp ::/0 eq 23 ::/0
VS
ipv6 access-list DENY_TELNET
deny tcp any any eq 23
deny tcp any eq 23 any