forked from juju/juju
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request juju#9491 from jameinel/2.4-bridge-name-1804018
juju#9491 ## Description of change This is rebasing juju#9482 onto 2.4 and fixing up the test suite. It changes how we create bridge names for bridges put on top of devices that have vlans. We essentially never put a '.' into a bridge name, so that it bridges to the proper device, rather than bridging to the underlying device and adding vlan on top of it. ## QA steps See the bug report. I did not test handling of VLAN'd bridges directly, as I don't have an appropriate setup to test that packets actually get routed correctly. I did test that I was still able to create a machine and put containers on it, and it would create a bridge for those containers. ## Documentation changes None. ## Bug reference https://bugs.launchpad.net/juju/+bug/1804018
- Loading branch information
Showing
2 changed files
with
10 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters