Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
provider/maas: add missing auto stanza #5792
Conversation
|
$$merge$$ $$fixes-1596597$$ |
|
Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju |
jujubot
merged commit c7fb5bf
into
juju:master
Jul 14, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
frobware commentedJul 13, 2016
•
Edited 1 time
-
ericsnowcurrently
Jul 13, 2016
Ensure that the sub-interface has an 'auto' stanza if the original
declaration had an 'auto' stanza.
This is particularly important if the sub-interface has configuration
options (e.g., 'mtu') because our subsequent invocation of 'ifup -a'
only applies to those interfaces that are marked 'auto'. If 'auto' is
missing, then any MTU value would not be applied.
Fixes LP:#1596597
(Review request: http://reviews.vapour.ws/r/5235/)