2008-06-10 Dan Williams <dcbw@redhat.com>
The grand 802-3-ethernet rename. Get rid of the 802-3/8023/802_3 bits. git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@3741 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
@@ -658,10 +658,10 @@ parse_ifcfg (const char *iface, NMDeviceType type)
|
||||
connection = nm_connection_new ();
|
||||
|
||||
switch (type) {
|
||||
case DEVICE_TYPE_802_3_ETHERNET:
|
||||
case NM_DEVICE_TYPE_ETHERNET:
|
||||
parse_ethernet (connection, file, iface);
|
||||
break;
|
||||
case DEVICE_TYPE_802_11_WIRELESS:
|
||||
case NM_DEVICE_TYPE_WIFI:
|
||||
parse_wireless (connection, file, iface);
|
||||
break;
|
||||
default:
|
||||
|
Reference in New Issue
Block a user