]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Report the new nd_ options.
authorRoy Marples <roy@marples.name>
Mon, 25 May 2015 00:16:11 +0000 (00:16 +0000)
committerRoy Marples <roy@marples.name>
Mon, 25 May 2015 00:16:11 +0000 (00:16 +0000)
dhcpcd-hooks/01-test

index 261f7cacd13ea6827cbea5e3860723bcee3a0984..d4cf8281527f8c3001ecbd2c3cb8db9f94d397c8 100644 (file)
@@ -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