mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-03-22 11:30:35 +01:00
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. git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@3913 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
parent
de01b8e047
commit
e79775a057
2 changed files with 6 additions and 1 deletions
|
|
@ -1,3 +1,8 @@
|
|||
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.
|
||||
|
||||
2008-08-07 Dan Williams <dcbw@redhat.com>
|
||||
|
||||
* introspection/nm-ip4-config.xml
|
||||
|
|
|
|||
|
|
@ -118,7 +118,7 @@ make_ip4_setting (shvarFile *ifcfg)
|
|||
}
|
||||
|
||||
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) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue