blob: ef7896da3bd6aaf0989d4a86f773ad25bcf3d748 [file] [log] [blame]
The Android Open Source Projectf7c54212009-03-03 19:29:22 -08001# Just echo our DHCP options we have
2
Dmitry Shmidt938bc382010-01-08 10:47:26 -08003if [ "${reason}" = "TEST" ]; then
4 set | grep "^\(interface\|metric\|pid\|reason\|skip_hooks\)=" | sort
The Android Open Source Projectf7c54212009-03-03 19:29:22 -08005 set | grep "^\(new_\|old_\)" | sort
Dmitry Shmidt938bc382010-01-08 10:47:26 -08006fi