allwinner_a64/android/external/dhcpcd-6.8.2/dhcpcd-hooks/01-test
2018-08-08 16:14:42 +08:00

8 lines
276 B
Text

# Just echo our DHCP options we have
if [ "$reason" = "TEST" ]; then
set | grep "^\(interface\|pid\|reason\|profile\|skip_hooks\)=" | sort
set | grep "^if\(carrier\|flags\|mtu\|wireless\|ssid\)=" | sort
set | grep "^\(new_\|old_\|ra_count=\|ra[0-9]*_\)" | sort
exit 0
fi