-
Notifications
You must be signed in to change notification settings - Fork 657
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create and use bridge #2078
Create and use bridge #2078
Conversation
5ade844
to
6699815
Compare
Codecov Report
@@ Coverage Diff @@
## main #2078 +/- ##
==========================================
+ Coverage 80.09% 81.52% +1.43%
==========================================
Files 179 184 +5
Lines 9148 9392 +244
==========================================
+ Hits 7327 7657 +330
+ Misses 1821 1735 -86
Continue to review full report at Codecov.
|
Relying on a shallow bridge setup for now.
To avoid impression that bridging with wifi is supported.
6699815
to
cfaac36
Compare
Done, apart from tests. |
Exclude unknown networks entirely, rather than returning empty types and descriptions. Adapt tests accordingly.
Since we're filtering things.
w00t. bors merge |
bors cancel |
Canceled. |
Add comment explaining the reason for the empty implementation of `BaseVirtualMachineFactory::prepare_networking`
Let's see if this works after cancel. bors retry |
Doesn't look like it. bors r=Saviq |
bors cancel |
Canceled. |
alright, lets go again bors r=Saviq |
Build succeeded: |
Creates bridges if needed, uses existing otherwise.