• Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Just echo our DHCP options we have
2
3if [ "${reason}" = "TEST" ]; then
4	set | grep "^\(interface\|metric\|pid\|reason\|skip_hooks\)=" | sort
5	set | grep "^\(new_\|old_\)" | sort
6fi
7