From: Roy Marples Date: Mon, 25 May 2015 00:16:11 +0000 (+0000) Subject: Report the new nd_ options. X-Git-Tag: v6.9.1~74 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8932d70403e9171ef049d5dcfaf0d994e100b3ef;p=thirdparty%2Fdhcpcd.git Report the new nd_ options. --- diff --git a/dhcpcd-hooks/01-test b/dhcpcd-hooks/01-test index 261f7cac..d4cf8281 100644 --- a/dhcpcd-hooks/01-test +++ b/dhcpcd-hooks/01-test @@ -1,8 +1,8 @@ -# Just echo our DHCP options we have +# Echo the interface flags, reason and message options if [ "$reason" = "TEST" ]; then 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 + set | grep "^\(new_\|old_\|nd[0-9]*_\)" | sort exit 0 fi