2
0
mirror of git://github.com/lxc/lxc synced 2025-08-31 01:59:33 +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:
Stéphane Graber
2017-03-30 12:11:19 -04:00
committed by GitHub

View File

@@ -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; }