mac address: lowercase of default value as in _setter_mac

This commit is contained in:
Frédéric Pierret (fepitre) 2019-05-18 12:09:11 +02:00
parent 06ec862be4
commit 9472e73465
No known key found for this signature in database
GPG Key ID: 484010B5CDC576E2

View File

@ -94,7 +94,7 @@ def _setter_provides_network(self, prop, value):
class NetVMMixin(qubes.events.Emitter):
''' Mixin containing network functionality '''
mac = qubes.property('mac', type=str,
default='00:16:3E:5E:6C:00',
default='00:16:3e:5e:6c:00',
setter=_setter_mac,
doc='MAC address of the NIC emulated inside VM')