blob: ac71f089583dd729f6da0d7fe4565986c9821426 [file] [log] [blame]
# 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