diff options
| author | Roy Marples <roy@marples.name> | 2014-11-26 15:34:35 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2014-11-26 15:34:35 +0000 |
| commit | 1327b522aa357f54995faf73833bbbcf69ec99d3 (patch) | |
| tree | 02491f65972a6d35fd517f47bb805941ace3e66f | |
| parent | 538449efbc0700e9ced3f15f5bc93ac1b5629984 (diff) | |
| download | dhcpcd-1327b522aa357f54995faf73833bbbcf69ec99d3.tar.xz | |
Report selected profiledhcpcd-6.6.4
| -rw-r--r-- | dhcpcd-hooks/01-test | 2 |
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 |
