# File lib/virt/kvm/host.rb, line 5
    def interfaces
      connection.list_interfaces.delete_if{|i| i == "lo"}.sort
    rescue => e
      raise "This function is not supported by the hypervisor: #{e}"
    end