ifupdown-ng/executor-scripts/stub/bond

7 lines
137 B
Text
Raw Normal View History

#!/bin/sh
2020-08-26 09:35:18 +00:00
set -e
[ -z "$IF_BOND_MEMBERS" ] && IF_BOND_MEMBERS="$IF_BOND_SLAVES"
case "$PHASE" in
depend) echo "$IF_BOND_MEMBERS" ;;
esac