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: remove MTU option from the bridge (backport) #6013
Conversation
voidspace
commented
Aug 17, 2016
|
$$merge$$ |
|
Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju |
|
Build failed: Does not match ['fixes-1474607', 'fixes-1571457'] |
voidspace
commented
Aug 18, 2016
|
$$merge$$ |
|
Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju |
|
Build failed: Does not match ['fixes-1474607', 'fixes-1571457'] |
voidspace
commented
Aug 19, 2016
|
$$JFDI$$ |
|
Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju |
jujubot
merged commit bbda325
into
juju:1.25
Aug 19, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
voidspace commentedAug 17, 2016
•
Edited 1 time
-
ericsnowcurrently
Aug 17, 2016
Backport of PR #5791.
The MTU statement must be on the interface to work and not on the bridge
itself; bridges inherit the lowest MTU of all sub-interfaces. Further to
this, ifupdown seems to bug out and always fails to add the default
route when an MTU is set on the bridge. Leaving the MTU option on the
bridge completely breaks the network on reboot.
This commit also removes:
address
gateway
netmask
dns-nameservers
dns-search
dns-sortlist
from the sub-interfaces, leaving them on the bridge interface only.
(Review request: http://reviews.vapour.ws/r/5460/)