# File lib/virt/kvm/interface.rb, line 10
    def default_device
      @connection.host.interfaces.first
    rescue
      "br0"
    end