Hi, I had some problems with manual IP configuration being ignored by NM. Attached patch for trunk fixes it for me.
Regards, Helmut
Index: src/nm-device.c =================================================================== --- src/nm-device.c (Revision 3469) +++ src/nm-device.c (Arbeitskopie) @@ -559,6 +559,8 @@ } else ret = NM_ACT_STAGE_RETURN_FAILURE; } + else + nm_device_set_use_dhcp (self, FALSE); return ret; }
_______________________________________________ NetworkManager-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/networkmanager-list
