diff --git a/executor-scripts/linux/bridge b/executor-scripts/linux/bridge index 144b75f..5d92061 100755 --- a/executor-scripts/linux/bridge +++ b/executor-scripts/linux/bridge @@ -135,6 +135,9 @@ esac [ -z "$PORTS" ] && ! env | grep -q "^IF_BRIDGE" && exit case "$PHASE" in +depend) + echo "$PORTS" + ;; create) if [ ! -d "/sys/class/net/${IFACE}" ]; then brctl addbr "${IFACE}"