summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2014-11-26 15:34:35 +0000
committerRoy Marples <roy@marples.name>2014-11-26 15:34:35 +0000
commit1327b522aa357f54995faf73833bbbcf69ec99d3 (patch)
tree02491f65972a6d35fd517f47bb805941ace3e66f
parent538449efbc0700e9ced3f15f5bc93ac1b5629984 (diff)
downloaddhcpcd-6.6.4.tar.xz
Report selected profiledhcpcd-6.6.4
-rw-r--r--dhcpcd-hooks/01-test2
1 files changed, 1 insertions, 1 deletions
diff --git a/dhcpcd-hooks/01-test b/dhcpcd-hooks/01-test
index aac344e5..261f7cac 100644
--- a/dhcpcd-hooks/01-test
+++ b/dhcpcd-hooks/01-test
@@ -1,7 +1,7 @@
# Just echo our DHCP options we have
if [ "$reason" = "TEST" ]; then
- set | grep "^\(interface\|pid\|reason\|skip_hooks\)=" | sort
+ 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