summaryrefslogtreecommitdiffstats
path: root/dhcpcd/dhcpcd-hooks/01-test
blob: ac71f089583dd729f6da0d7fe4565986c9821426 (plain) (blame)
1
2
3
4
5
6
# Just echo our DHCP options we have

if [ "$reason" = "TEST" ]; then
	set | grep "^\(interface\|metric\|pid\|reason\|skip_hooks\)=" | sort
	set | grep "^\(new_\|old_\|ra_count=\|ra[0-9]*_\)" | sort
fi