From: Roy Marples Date: Wed, 26 Nov 2014 15:34:35 +0000 (+0000) Subject: Report selected profile X-Git-Tag: v6.6.4^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1327b522aa357f54995faf73833bbbcf69ec99d3;p=thirdparty%2Fdhcpcd.git Report selected profile --- 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