blob: 609b3a1998a3a90a927d72713bcaa69e58fa7e8e [file] [log] [blame]
# Just echo our DHCP options we have
case ${reason} in
TEST) set | grep "^\(interface\|metric\|pid\|reason\|skip_hooks\)=" | sort
set | grep "^\(new_\|old_\)" | sort
;;
esac