2
0
mirror of git://github.com/lxc/lxc synced 2025-09-01 08:57:42 +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 # to start
wait_for_bridge() wait_for_bridge()
{ {
[ "x$USE_LXC_BRIDGE" = "xtrue" ] || { return 0; }
local BRNAME try flags br local BRNAME try flags br
[ -f "$sysconfdir"/lxc/default.conf ] || { return 0; } [ -f "$sysconfdir"/lxc/default.conf ] || { return 0; }