You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 24, 2022. It is now read-only.
At the moment we depend on having the lxcbr0 bridge around for the "official" base boxes to work so it is about time for us to be nice to users and properly detect if required bridges are not available when bringing containers up.
I'm not sure if someone is using a different bridge on the wild but we need to take into account that people is able to configure it from the Vagrantfiles and we'll need to grab the values from the generated lxc config file.
Oh, and just to be clear, at least in theory people should be able to configue multiple network interfaces and we'll need to validate all of the configured lxc.network.link entries.
For the scope of this issue, I'm not willing to validate if the bridge is properly configured on the host with DHCP for example, this is just about checking if the bridge is up.
UPDATE: March 13, 2014
We might be able to use pipework to set things up
The text was updated successfully, but these errors were encountered:
Hey, sorry for the silence here but this project is looking for maintainers 😅
As per #499, I've added the ignored label and will close this issue. Thanks for the interest in the project and LMK if you want to step up and take ownership of this project on that other issue 👋
At the moment we depend on having the
lxcbr0
bridge around for the "official" base boxes to work so it is about time for us to be nice to users and properly detect if required bridges are not available when bringing containers up.I'm not sure if someone is using a different bridge on the wild but we need to take into account that people is able to configure it from the Vagrantfiles and we'll need to grab the values from the generated lxc config file.
Oh, and just to be clear, at least in theory people should be able to configue multiple network interfaces and we'll need to validate all of the configured
lxc.network.link
entries.For the scope of this issue, I'm not willing to validate if the bridge is properly configured on the host with DHCP for example, this is just about checking if the bridge is up.
UPDATE: March 13, 2014
We might be able to use
pipework
to set things upThe text was updated successfully, but these errors were encountered: