aboutsummaryrefslogtreecommitdiffstats
path: root/dhcpcd-hooks/90-NetworkManager
blob: f05ccd738aa9490d63afcd8bc7eb724889ab5e4f (plain)
1
2
3
4
5
6
7
# Hook for NetworkManager, relies on D-Bus

if type dbus-send >/dev/null 2>&1; then
	dbus-send --system --dest=com.redhat.dhcp \
		--type=method_call /com/redhat/dhcp/"${interface}" \
		com.redhat.dhcp.set 'string:'"`env`"
fi