# $NetBSD: 01-test,v 1.1.1.6 2014/03/14 11:27:41 roy Exp $

# Just echo our DHCP options we have

if [ "$reason" = "TEST" ]; then
	set | grep "^\(interface\|pid\|reason\|skip_hooks\)=" | sort
	set | grep "^if\(carrier\|flags\|mtu\|wireless\)=" | sort
	set | grep "^\(new_\|old_\|ra_count=\|ra[0-9]*_\)" | sort
	exit 0
fi
