allwinner_a64/android/external/dhcpcd-6.8.2/dhcpcd-hooks/02-dump
2018-08-08 16:14:42 +08:00

8 lines
120 B
Text

# Just echo our DHCP options we have
case "$reason" in
DUMP|DUMP6)
set | sed -ne 's/^new_//p' | sort
exit 0
;;
esac