ifupdown-ng/executor-scripts/stub/bond
2020-08-26 03:35:18 -06:00

6 lines
137 B
Bash
Executable file

#!/bin/sh
set -e
[ -z "$IF_BOND_MEMBERS" ] && IF_BOND_MEMBERS="$IF_BOND_SLAVES"
case "$PHASE" in
depend) echo "$IF_BOND_MEMBERS" ;;
esac