ifupdown-ng/executor-scripts/stub/vlan

8 lines
90 B
Text
Raw Normal View History

#!/bin/sh
case "$PHASE" in
depend)
RAW_DEVICE="${IFACE%.*}"
echo "$RAW_DEVICE"
;;
esac