← Back to team overview

cloud-init-dev team mailing list archive

[Merge] ~smoser/cloud-init:bug/1692028-empty-macs-for-bymac into cloud-init:master

 

The proposal to merge ~smoser/cloud-init:bug/1692028-empty-macs-for-bymac into cloud-init:master has been updated.

Commit Message changed to:

Fix get_interfaces_by_mac for empty macs

Some interfaces (greptap0 in the bug) have a mac address of
'00:00:00:00:00:00'.  That was causing a duplicate mac detection
as the 'lo' device also has that mac.

The change here is to just ignore macs other than 'lo' that have that.

LP: #1692028

For more details, see:
https://code.launchpad.net/~smoser/cloud-init/+git/cloud-init/+merge/324332
-- 
Your team cloud-init commiters is requested to review the proposed merge of ~smoser/cloud-init:bug/1692028-empty-macs-for-bymac into cloud-init:master.


Follow ups