etc/protocols - sync with NetBSD-8
[minix.git] / external / bsd / dhcpcd / dist / dhcpcd-hooks / 01-test
blobcb3d7ca8b83e05da1138f9986f2849c90858999b
1 # $NetBSD: 01-test,v 1.8 2015/07/09 10:15:34 roy Exp $
3 # Echo the interface flags, reason and message options
5 if [ "$reason" = "TEST" ]; then
6         set | grep "^\(interface\|pid\|reason\|profile\|skip_hooks\)=" | sort
7         set | grep "^if\(carrier\|flags\|mtu\|wireless\|ssid\)=" | sort
8         set | grep "^\(new_\|old_\|nd[0-9]*_\)" | sort
9         exit 0