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