NetworkManager r3913 - in trunk: . system-settings/plugins/ifcfg-suse



Author: tambeti
Date: Fri Aug  8 09:16:26 2008
New Revision: 3913
URL: http://svn.gnome.org/viewvc/NetworkManager?rev=3913&view=rev

Log:
2008-08-08  Tambet Ingo  <tambet gmail com>

	* system-settings/plugins/ifcfg-suse/parser.c (make_ip4_setting):
	Update the IP4 setting's method name.


Modified:
   trunk/ChangeLog
   trunk/system-settings/plugins/ifcfg-suse/parser.c

Modified: trunk/system-settings/plugins/ifcfg-suse/parser.c
==============================================================================
--- trunk/system-settings/plugins/ifcfg-suse/parser.c	(original)
+++ trunk/system-settings/plugins/ifcfg-suse/parser.c	Fri Aug  8 09:16:26 2008
@@ -118,7 +118,7 @@
 	}
 
 	if (!s_ip4->method)
-		s_ip4->method = g_strdup (NM_SETTING_IP4_CONFIG_METHOD_DHCP);
+		s_ip4->method = g_strdup (NM_SETTING_IP4_CONFIG_METHOD_AUTO);
 
 	str = svGetValue (ifcfg, "IPADDR");
 	if (str) {



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]