gestion: suggestion <automatique> si wifi ou chbre

This commit is contained in:
Daniel STAN 2014-09-01 02:06:56 +02:00
parent 9b17932814
commit e79e5c0269
2 changed files with 6 additions and 12 deletions

View file

@ -3029,8 +3029,9 @@ class Machine(BaseClasseCrans):
mac = format_mac(mac)
if mac == '<automatique>':
multi_ok = True
lock = False
self._set('macAddress', [mac])
self.ipv6('')
return mac
# La MAC serait-elle une MAC à la con ?
if mac == "00:04:4b:80:80:03":