diff options
| -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 |
