1 # Just echo our DHCP options we have 2 3 if [ "${reason}" = "TEST" ]; then 4 set | grep "^\(interface\|metric\|pid\|reason\|skip_hooks\)=" | sort 5 set | grep "^\(new_\|old_\)" | sort 6 fi 7