# if we are called by dhcdbd, push the information acquired by dhclient back to dhcdbd
if [ -n "${dhc_dbus}" ]; then
		/usr/bin/dbus-send \
		--system \
		--dest=com.redhat.dhcp \
		--type=method_call \
		/com/redhat/dhcp/$interface \
		com.redhat.dhcp.set \
		'string:'"`env | /bin/egrep -v '^(PATH|SHLVL|_|PWD|dhc_dbus)\='`";
fi;

