summaryrefslogtreecommitdiffstats
path: root/dhcpcd/dhcpcd-hooks/02-dump
blob: cbb46eae9ec62ef8d89791a006a2c203c272a181 (plain) (blame)
1
2
3
4
5
# Just echo our DHCP options we have

if [ "$reason" = "DUMP" ]; then
	set | sed -ne 's/^new_//p' | sort
fi