← Back to team overview

cloud-init-dev team mailing list archive

[Merge] ~raharper/cloud-init:net-dont-use-alias into cloud-init:master

 

The proposal to merge ~raharper/cloud-init:net-dont-use-alias into cloud-init:master has been updated.

Commit Message changed to:

Fix eni rendering of multiple IPs per interface 
 
The iface:alias syntax for eni rendering is brittle with ipv6. 
Replace it with using multiple iface stanzas with the same iface 
name which is supported.  Side-effect is that one can no longer 
do 'ifup $iface:$alias' but requires instead use of ip address 
{add|delete} instead. 
 
LP: #1657940

For more details, see:
https://code.launchpad.net/~raharper/cloud-init/+git/cloud-init/+merge/315633
-- 
Your team cloud init development team is requested to review the proposed merge of ~raharper/cloud-init:net-dont-use-alias into cloud-init:master.


Follow ups