summaryrefslogtreecommitdiff
path: root/libnm-core/nm-dbus-interface.h
diff options
context:
space:
mode:
authorBeniamino Galvani <bgalvani@redhat.com>2015-09-04 18:11:15 +0200
committerBeniamino Galvani <bgalvani@redhat.com>2015-11-25 11:39:57 +0100
commit337304f19df43eaa6c76a7571094ccc9dc99a4c5 (patch)
treeeaf4edf6c299e4fc148743afa0277a7c7f167527 /libnm-core/nm-dbus-interface.h
parent9110ad39c55bee0b338350d645374fb99fb6e47d (diff)
downloadNetworkManager-337304f19df43eaa6c76a7571094ccc9dc99a4c5.tar.gz
libnm: add NMDeviceTun
Diffstat (limited to 'libnm-core/nm-dbus-interface.h')
-rw-r--r--libnm-core/nm-dbus-interface.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libnm-core/nm-dbus-interface.h b/libnm-core/nm-dbus-interface.h
index 68b0592e72..ddd6834c23 100644
--- a/libnm-core/nm-dbus-interface.h
+++ b/libnm-core/nm-dbus-interface.h
@@ -148,6 +148,7 @@ typedef enum {
* @NM_DEVICE_TYPE_ADSL: ADSL modem
* @NM_DEVICE_TYPE_BRIDGE: a bridge master interface
* @NM_DEVICE_TYPE_TEAM: a team master interface
+ * @NM_DEVICE_TYPE_TUN: a TUN or TAP interface
*
* #NMDeviceType values indicate the type of hardware represented by
* an #NMDevice.
@@ -171,6 +172,7 @@ typedef enum {
NM_DEVICE_TYPE_BRIDGE = 13,
NM_DEVICE_TYPE_GENERIC = 14,
NM_DEVICE_TYPE_TEAM = 15,
+ NM_DEVICE_TYPE_TUN = 16,
} NMDeviceType;
/**