blob: b46d40050bf2b2df6f760246634c4786ba503d62 (
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
|