summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDan Winship <danw@gnome.org>2013-05-06 09:16:17 -0400
committerDan Winship <danw@gnome.org>2013-06-04 10:01:13 -0300
commite9f364548a65fd4e26bf22367fe7c28fe127ab41 (patch)
treee3492dbb8fb4a3c7faf893166e61af4b8b8db268 /include
parentadd316a40377be0a5f688518ae29170aae1304a7 (diff)
downloadNetworkManager-e9f364548a65fd4e26bf22367fe7c28fe127ab41.tar.gz
platform, devices: add support for macvlan and macvtap devices
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 0c91022175..496612033d 100644
--- a/include/NetworkManager.h
+++ b/include/NetworkManager.h
@@ -56,6 +56,7 @@
#define NM_DBUS_INTERFACE_DEVICE_GENERIC NM_DBUS_INTERFACE_DEVICE ".Generic"
#define NM_DBUS_INTERFACE_DEVICE_VETH NM_DBUS_INTERFACE_DEVICE ".Veth"
#define NM_DBUS_INTERFACE_DEVICE_TUN NM_DBUS_INTERFACE_DEVICE ".Tun"
+#define NM_DBUS_INTERFACE_DEVICE_MACVLAN NM_DBUS_INTERFACE_DEVICE ".Macvlan"
#define NM_DBUS_IFACE_SETTINGS "org.freedesktop.NetworkManager.Settings"