diff options
author | Scott Moser <smoser@ubuntu.com> | 2016-04-15 16:21:05 -0400 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2016-04-15 16:21:05 -0400 |
commit | b029dcefe1ed33be8ed80f2e376ca6874dfd64f7 (patch) | |
tree | 6ed7c2f73a8af96d4db8ef6702db47c573a58a56 /ChangeLog | |
parent | 53f035122dffd5b821e29fe9af9a72276d9728b4 (diff) | |
parent | 8384076e77d8fa5e0f6f3639f2dddd33c64236b9 (diff) | |
download | vyos-cloud-init-b029dcefe1ed33be8ed80f2e376ca6874dfd64f7.tar.gz vyos-cloud-init-b029dcefe1ed33be8ed80f2e376ca6874dfd64f7.zip |
network: do not write interface as 'auto' from ip= on command line.
When ip= on the kernel command line defines the networking, set
those network devices to be manually controlled, instead of 'auto'.
The reason for this is that if they're marked as 'auto':
a.) a second attempt will be made to ifup them.
b.) they'll be brought down on shutdown
'b' is problematic on network root filesystem.
Also this picks up 2 changes from curtin's net module:
- Cleanup newline logic so we always have a clean '\n\n' between stanza
- Add a unittest to validate bonding network config render, specifically
when to emit auto $iface for dependent bond slaves.
LP: #1568637
Diffstat (limited to 'ChangeLog')
0 files changed, 0 insertions, 0 deletions