summaryrefslogtreecommitdiff
path: root/libnm-core/nm-dbus-interface.h
diff options
context:
space:
mode:
authorBeniamino Galvani <bgalvani@redhat.com>2015-10-01 11:06:42 +0200
committerBeniamino Galvani <bgalvani@redhat.com>2015-12-09 14:30:08 +0100
commit4de8851eca06d797f1a3c89f5710d51018ca2bff (patch)
tree880f7fa8f2bd89d444917e56d74c6101bed64cb6 /libnm-core/nm-dbus-interface.h
parent387105601980a69b02cfdbfcea63edfd2f801d73 (diff)
downloadNetworkManager-4de8851eca06d797f1a3c89f5710d51018ca2bff.tar.gz
device/macvlan: support device creation
Diffstat (limited to 'libnm-core/nm-dbus-interface.h')
-rw-r--r--libnm-core/nm-dbus-interface.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libnm-core/nm-dbus-interface.h b/libnm-core/nm-dbus-interface.h
index f901028f9b..df10e9d80c 100644
--- a/libnm-core/nm-dbus-interface.h
+++ b/libnm-core/nm-dbus-interface.h
@@ -149,6 +149,8 @@ typedef enum {
* @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
+ * @NM_DEVICE_TYPE_IP_TUNNEL: a IP tunnel interface
+ * @NM_DEVICE_TYPE_MACVLAN: a MACVLAN interface
*
* #NMDeviceType values indicate the type of hardware represented by
* an #NMDevice.
@@ -174,6 +176,7 @@ typedef enum {
NM_DEVICE_TYPE_TEAM = 15,
NM_DEVICE_TYPE_TUN = 16,
NM_DEVICE_TYPE_IP_TUNNEL = 17,
+ NM_DEVICE_TYPE_MACVLAN = 18,
} NMDeviceType;
/**