summaryrefslogtreecommitdiff
path: root/libnm-util
diff options
context:
space:
mode:
authorBeniamino Galvani <bgalvani@redhat.com>2015-11-30 22:03:43 +0100
committerBeniamino Galvani <bgalvani@redhat.com>2015-12-01 17:39:41 +0100
commit818f7f57243feb31ac9089d1f787e70ff9dc63a6 (patch)
treec8c75adce9b2f6d451253537fd25cd3a570540ea /libnm-util
parente2da055f900e147a871fac37f2b755ab83d0265e (diff)
downloadNetworkManager-818f7f57243feb31ac9089d1f787e70ff9dc63a6.tar.gz
libnm-glib: add support for IP tunnel devices as generic ones
Diffstat (limited to 'libnm-util')
-rw-r--r--libnm-util/NetworkManager.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libnm-util/NetworkManager.h b/libnm-util/NetworkManager.h
index 71862c42eb..8101082b77 100644
--- a/libnm-util/NetworkManager.h
+++ b/libnm-util/NetworkManager.h
@@ -152,6 +152,7 @@ typedef enum {
* @NM_DEVICE_TYPE_BRIDGE: a bridge master interface
* @NM_DEVICE_TYPE_TEAM: a team master interface
* @NM_DEVICE_TYPE_TUN: a TUN/TAP interface
+ * @NM_DEVICE_TYPE_IP_TUNNEL: an IP tunnel interface
*
* #NMDeviceType values indicate the type of hardware represented by
* an #NMDevice.
@@ -176,6 +177,7 @@ typedef enum {
NM_DEVICE_TYPE_GENERIC = 14,
NM_DEVICE_TYPE_TEAM = 15,
NM_DEVICE_TYPE_TUN = 16,
+ NM_DEVICE_TYPE_IP_TUNNEL = 17,
} NMDeviceType;
/**