Searched refs:new_mac (Results 1 – 2 of 2) sorted by relevance
27 new_mac = virt_utils.generate_mac_address(vm.instance, 0)28 if old_mac != new_mac:33 logging.info("Changing MAC address to %s", new_mac)35 "ifconfig %s up" % (interface, interface, new_mac, interface))40 session_serial.cmd("ifconfig | grep -i %s" % new_mac)
573 def configure_interface_mac(self, wlanif, new_mac): argument581 (self.cmd_ip, wlanif, new_mac))