Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Ensure VLANs get bridged #4148
Conversation
added some commits
Jan 14, 2016
|
$$merge$$ |
|
Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju |
added a commit
that referenced
this pull request
Jan 21, 2016
jujubot
merged commit 607a243
into
juju:maas-spaces
Jan 21, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
frobware commentedJan 19, 2016
We were previously only creating a bridge for active interfaces where
'active' == 'dhcp' || 'static' but that approach omits VLANs where the
underlying raw device is not 'active'.
VLANs are now bridged irrespective of the 'active' state of the
underlying raw device.
(Review request: http://reviews.vapour.ws/r/3570/)