class Middleman::PreviewServer::AllIpv6Interfaces

def local_network_interfaces

Use only ipv6 interfaces
def local_network_interfaces
  network_interfaces_inventory.nil? ? [] : network_interfaces_inventory.network_interfaces(:ipv6)
end