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