mirror of
git://github.com/lxc/lxc
synced 2025-08-30 14:02:37 +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…
x
Reference in New Issue
Block a user