ifupdown-ng/executor-scripts/stub/bridge

5 lines
67 B
Text
Raw Normal View History

#!/bin/sh
case "$PHASE" in
depend) echo "$IF_BRIDGE_PORTS" ;;
esac