Import dhcpcd-9.0.0 with the following changes:
[dragonfly.git] / contrib / dhcpcd / hooks / 02-dump
1 # Just echo our DHCP options we have
2
3 case "$reason" in
4 DUMP|DUMP6)
5         set | sed -ne 's/^new_//p' | sort
6         exit 0
7         ;;
8 esac