Mercurial > hg > dhcpcd
changeset 2872:95be45730a6e draft dhcpcd-6.6.4
Report selected profile
| author | Roy Marples <roy@marples.name> |
|---|---|
| date | Wed, 26 Nov 2014 15:34:35 +0000 |
| parents | 5f06dc569da7 |
| children | 0bc7cb60b44e |
| files | dhcpcd-hooks/01-test |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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
