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