01-test revision e95877ecfa1170d77b1ec1f66752725cdda01b64
1# Just echo our DHCP options we have
2
3case ${reason} in
4TEST)   set | grep "^\(interface\|metric\|pid\|reason\|skip_hooks\)=" | sort
5	set | grep "^\(new_\|old_\)" | sort
6        ;;
7esac
8