# File lib/fog/libvirt/models/compute/interfaces.rb, line 51
        def get_by_mac(mac)
          interface=connection.raw.lookup_interface_by_mac(mac)
          return interface
          #          new(:raw => interface)
        end