summaryrefslogtreecommitdiff
path: root/src/nm-types.h
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2015-10-12 13:44:44 +0200
committerThomas Haller <thaller@redhat.com>2015-11-01 17:28:08 +0100
commitdb5d00d396289fe882847ee904fc57e1b6dc77fd (patch)
tree79efbdd1dfa6a87cc26fb1d63fe559b3ab66331d /src/nm-types.h
parent0506d54d55a67324cb40511f364a5f8eb9d5f3f3 (diff)
downloadNetworkManager-db5d00d396289fe882847ee904fc57e1b6dc77fd.tar.gz
platform: implement vlan properties as lnk data
Diffstat (limited to 'src/nm-types.h')
-rw-r--r--src/nm-types.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/nm-types.h b/src/nm-types.h
index 2554d47e98..a8dea579ea 100644
--- a/src/nm-types.h
+++ b/src/nm-types.h
@@ -130,6 +130,9 @@ typedef enum {
NMP_OBJECT_TYPE_IP6_ADDRESS,
NMP_OBJECT_TYPE_IP4_ROUTE,
NMP_OBJECT_TYPE_IP6_ROUTE,
+
+ NMP_OBJECT_TYPE_LNK_VLAN,
+
__NMP_OBJECT_TYPE_LAST,
NMP_OBJECT_TYPE_MAX = __NMP_OBJECT_TYPE_LAST - 1,
} NMPObjectType;