# $NetBSD: 02-dump,v 1.1.1.4.2.1 2014/12/29 16:18:05 martin Exp $

# Just echo our DHCP options we have

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