# HG changeset patch # User Roy Marples # Date 1417016075 0 # Node ID 95be45730a6eecdbce0bdd0289e5b672641ba6fa # Parent 5f06dc569da73e9318bc418992f634e749c4fcf7 Report selected profile diff -r 5f06dc569da7 -r 95be45730a6e dhcpcd-hooks/01-test --- a/dhcpcd-hooks/01-test Wed Nov 26 15:34:14 2014 +0000 +++ b/dhcpcd-hooks/01-test Wed Nov 26 15:34:35 2014 +0000 @@ -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