ifupdown-ng/executor-scripts/stub/bridge

9 lines
117 B
Text
Raw Normal View History

#!/bin/sh
case "$PHASE" in
depend)
if [ "$IF_BRIDGE_PORTS" != "none" ]; then
echo "$IF_BRIDGE_PORTS"
fi
;;
esac