aboutsummaryrefslogtreecommitdiffstats
path: root/dhcpcd-hooks/01-test
blob: 609b3a1998a3a90a927d72713bcaa69e58fa7e8e (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