summaryrefslogtreecommitdiff
path: root/src/nm-types.h
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2015-10-12 15:15:21 +0200
committerThomas Haller <thaller@redhat.com>2015-11-01 17:28:09 +0100
commit3d3762cee318777f931c56d0264fdd45fade182a (patch)
treedaf00ade7fbbcc110c9c7ddd1e0cacce9cf0066a /src/nm-types.h
parent4ab3d71d70fac095aeb407d7752e6ba9bf3666a9 (diff)
downloadNetworkManager-3d3762cee318777f931c56d0264fdd45fade182a.tar.gz
platform: implement vxlan properties as lnk data
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 8088262572..fdcc4dbd6c 100644
--- a/src/nm-types.h
+++ b/src/nm-types.h
@@ -133,6 +133,7 @@ typedef enum {
NMP_OBJECT_TYPE_LNK_GRE,
NMP_OBJECT_TYPE_LNK_VLAN,
+ NMP_OBJECT_TYPE_LNK_VXLAN,
__NMP_OBJECT_TYPE_LAST,
NMP_OBJECT_TYPE_MAX = __NMP_OBJECT_TYPE_LAST - 1,