aboutsummaryrefslogtreecommitdiffstats
path: root/dhcpcd-hooks/01-test
blob: d3ca40da706063cb8a0bdf55938efd642866b298 (plain)
1
2
3
4
5
6
7
# 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