Conversation
|
But why is this required? I thought we'd already fixed bringing up VLANs and bridges with no members, as this requires setting "ConfigureWithoutCarrier=" and other keys at the systemd level? I'm not fundamentally opposed to dummy devices, but I wonder if they wouldn't better fit elsewhere (like under ethernet, simply) since dummies are indeed a thing, but once you move into network hardware, you'll much more likely want to create loopback devices, which is something else that is not currently straightforward. |
|
Hm. I must have missed the bit with bridges being fixed already. I'll recheck and if it works and if no one other use case comes up this can of course be dropped. |
|
Hi @cyphermox , Our This seems to me to be a good use case. Don't hesitate if you need more info. PS: our solution can't work with empty bridges because you can't bring them |
|
Any updates please? |
This is a feature request, it has not been prioritized so far: https://bugs.launchpad.net/netplan/+bug/1774203 PRs are welcome (this PR would need some updates, to be ready for discussions). |
This work is based on the PR canonical#115
This work is based on the PR canonical#115
This work is based on the PR canonical#115
|
Closing this in favor of #361 |
This work is based on the PR canonical#115
This work is based on the PR canonical#115
This work is based on the PR #115
Description
Split from #82
This is more like a place to discuss how to put dummy interfaces in netplan rather than a straight PR.
Besides, I'm not sure with what exactly to bring code coverage back to 100%
Let's maybe work on this? I'm using this code to force bridge intefaces up when they don't have any other interfaces added on configuration time. This is a real use case.
Checklist
make checksuccessfully.make check-coverage).