blob: ef7896da3bd6aaf0989d4a86f773ad25bcf3d748 (
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_\)" | sort
fi
|