diff options
author | Beniamino Galvani <bgalvani@redhat.com> | 2015-11-30 22:03:43 +0100 |
---|---|---|
committer | Beniamino Galvani <bgalvani@redhat.com> | 2015-12-01 17:39:41 +0100 |
commit | 818f7f57243feb31ac9089d1f787e70ff9dc63a6 (patch) | |
tree | c8c75adce9b2f6d451253537fd25cd3a570540ea /libnm-util | |
parent | e2da055f900e147a871fac37f2b755ab83d0265e (diff) |
libnm-glib: add support for IP tunnel devices as generic ones
Diffstat (limited to 'libnm-util')
-rw-r--r-- | libnm-util/NetworkManager.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libnm-util/NetworkManager.h b/libnm-util/NetworkManager.h index 71862c42e..8101082b7 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; /** |