cloud-init-dev team mailing list archive
-
cloud-init-dev team
-
Mailing list archive
-
Message #02908
[Merge] ~smoser/cloud-init:bug/1705147-rename-support-mixed-case-macs into cloud-init:master
The proposal to merge ~smoser/cloud-init:bug/1705147-rename-support-mixed-case-macs into cloud-init:master has been updated.
Commit Message changed to:
net: fix renaming of nics to support mac addresses written in upper case.
The network device renaming code previously required the case of
the mac address input to match that of the data read from the system.
For example, if user provided network config with mac address
in upper case, then cloud-init would not rename the device correctly
as /sys/class/net/address stores lower case values.
The fix here is to always compare lower case mac addresses.
LP: #1705147
For more details, see:
https://code.launchpad.net/~smoser/cloud-init/+git/cloud-init/+merge/327714
--
Your team cloud-init commiters is requested to review the proposed merge of ~smoser/cloud-init:bug/1705147-rename-support-mixed-case-macs into cloud-init:master.
Follow ups