]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Report selected profile v6.6.4
authorRoy Marples <roy@marples.name>
Wed, 26 Nov 2014 15:34:35 +0000 (15:34 +0000)
committerRoy Marples <roy@marples.name>
Wed, 26 Nov 2014 15:34:35 +0000 (15:34 +0000)
dhcpcd-hooks/01-test

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