File: bond

package info (click to toggle)
ifupdown-ng 0.12.1-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 964 kB
  • sloc: ansic: 3,572; sh: 980; makefile: 233
file content (5 lines) | stat: -rwxr-xr-x 130 bytes parent folder | download | duplicates (4)
1
2
3
4
5
#!/bin/sh
[ -z "$IF_BOND_MEMBERS" ] && IF_BOND_MEMBERS="$IF_BOND_SLAVES"
case "$PHASE" in
depend)	echo "$IF_BOND_MEMBERS" ;;
esac