Your IP : 216.73.217.87


Current Path : /hdd/hdd11/main/lib/dhcpcd/dhcpcd-hooks/
Upload File :
Current File : /hdd/hdd11/main/lib/dhcpcd/dhcpcd-hooks/02-dump

# Just echo our DHCP options we have

case "$reason" in
DUMP|DUMP6)
	set | sed -ne 's/^new_//p' | sort
	exit 0
	;;
esac