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