The Android Open Source Project | f7c5421 | 2009-03-03 19:29:22 -0800 | [diff] [blame] | 1 | # Just echo our DHCP options we have |
2 | |||||
Dmitry Shmidt | 938bc38 | 2010-01-08 10:47:26 -0800 | [diff] [blame] | 3 | if [ "${reason}" = "TEST" ]; then |
4 | set | grep "^\(interface\|metric\|pid\|reason\|skip_hooks\)=" | sort | ||||
The Android Open Source Project | f7c5421 | 2009-03-03 19:29:22 -0800 | [diff] [blame] | 5 | set | grep "^\(new_\|old_\)" | sort |
Dmitry Shmidt | 938bc38 | 2010-01-08 10:47:26 -0800 | [diff] [blame] | 6 | fi |