= private = protected
ip6_int()
Returns a string for DNS reverse lookup compatible with RFC1886.
# File lib/ipaddr.rb, line 312 def ip6_int if !ipv6? raise ArgumentError, "not an IPv6 address" end return _reverse + ".ip6.int" end