> Does your dhclient-script have the correct magic to forward DHCP
> information back to dhcdbd?
> 
> if [ -n "${dhc_dbus}" ]; then
>    /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)\='`";
>        if (( ( dhc_dbus & 31 ) == 31 )); then
>            exit 0;
>        fi;
> fi;

Doesn't seem to. Whereabouts would that go? The dhclient-script is kind of
large.
_______________________________________________
NetworkManager-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/networkmanager-list

Reply via email to