summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2012-02-22 23:59:50 -0600
committerDan Williams <dcbw@redhat.com>2012-03-01 17:40:17 -0600
commit65a13f9d8aac9f32fb1ce82b0219ac9479ef5b85 (patch)
treed54f558a8efff5ac546407158789fc7270029e1c /include
parent5ee784147588ec207b91eebfafb37bf57b674eab (diff)
downloadNetworkManager-65a13f9d8aac9f32fb1ce82b0219ac9479ef5b85.tar.gz
core: convert VLAN interfaces to a device subclass
Many different interface types can support VLANs, including Infiniband, WiFi, etc. So we have to create a new device class for them instead of keeping the support in NMDeviceEthernet.
Diffstat (limited to 'include')
-rw-r--r--include/NetworkManager.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/NetworkManager.h b/include/NetworkManager.h
index 115c0c207a..6778077322 100644
--- a/include/NetworkManager.h
+++ b/include/NetworkManager.h
@@ -121,6 +121,7 @@ typedef enum {
NM_DEVICE_TYPE_MODEM = 8,
NM_DEVICE_TYPE_INFINIBAND = 9,
NM_DEVICE_TYPE_BOND = 10,
+ NM_DEVICE_TYPE_VLAN = 11,
} NMDeviceType;
/**