# $NetBSD: 02-dump,v 1.1.1.3 2014/03/14 11:27:41 roy Exp $

# Just echo our DHCP options we have

if [ "$reason" = "DUMP" ]; then
	set | sed -ne 's/^new_//p' | sort
	exit 0
fi
