summaryrefslogtreecommitdiff
path: root/src/nm-types.h
diff options
context:
space:
mode:
authorBeniamino Galvani <bgalvani@redhat.com>2015-12-04 09:49:39 +0100
committerBeniamino Galvani <bgalvani@redhat.com>2015-12-09 14:30:08 +0100
commit387105601980a69b02cfdbfcea63edfd2f801d73 (patch)
tree3025c3675ac14569514cf9499bedc72049688d46 /src/nm-types.h
parent62c1f2c6a8d426dae365258ed728defec89ec3d0 (diff)
downloadNetworkManager-387105601980a69b02cfdbfcea63edfd2f801d73.tar.gz
platform: add macvtap link creation support
Diffstat (limited to 'src/nm-types.h')
-rw-r--r--src/nm-types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nm-types.h b/src/nm-types.h
index 65d6193be2..7934fcbbed 100644
--- a/src/nm-types.h
+++ b/src/nm-types.h
@@ -143,6 +143,7 @@ typedef enum {
NMP_OBJECT_TYPE_LNK_IP6TNL,
NMP_OBJECT_TYPE_LNK_IPIP,
NMP_OBJECT_TYPE_LNK_MACVLAN,
+ NMP_OBJECT_TYPE_LNK_MACVTAP,
NMP_OBJECT_TYPE_LNK_SIT,
NMP_OBJECT_TYPE_LNK_VLAN,
NMP_OBJECT_TYPE_LNK_VXLAN,