# File common/lib/symbiosis/domain.rb, line 283
def
ipv6
self
.
ips
.
select
{
|
ip
|
ip
.
ipv6?
}
end