mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-08-02 08:10:56 +00:00
Merge pull request #1493 from t-fohrer/t-fohrer-patch-4
Avoid waiting for bridge interface on bootup
This commit is contained in:
commit
1266eb51fb
@ -51,6 +51,8 @@ fi
|
||||
# to start
|
||||
wait_for_bridge()
|
||||
{
|
||||
[ "x$USE_LXC_BRIDGE" = "xtrue" ] || { return 0; }
|
||||
|
||||
local BRNAME try flags br
|
||||
[ -f "$sysconfdir"/lxc/default.conf ] || { return 0; }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user