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
commit 1266eb51fb

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