summaryrefslogtreecommitdiff
path: root/introspection
diff options
context:
space:
mode:
authorJiří Klimeš <jklimes@redhat.com>2013-12-16 10:50:17 +0100
committerJiří Klimeš <jklimes@redhat.com>2013-12-16 10:52:58 +0100
commit45da352c6000b3f892814160ce9ac27565f581b0 (patch)
tree0a877f5479e030f7e0437cdba179e084b271a6f8 /introspection
parent01c4992123bd6fa9d1dd2819781d661acc7a5632 (diff)
downloadNetworkManager-45da352c6000b3f892814160ce9ac27565f581b0.tar.gz
introspection: add missing GENERIC and TEAM device types to nm-device.xml
Diffstat (limited to 'introspection')
-rw-r--r--introspection/nm-device.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/introspection/nm-device.xml b/introspection/nm-device.xml
index 2332bdd874..d6f2e8594a 100644
--- a/introspection/nm-device.xml
+++ b/introspection/nm-device.xml
@@ -297,6 +297,16 @@
The device is a bridge interface.
</tp:docstring>
</tp:enumvalue>
+ <tp:enumvalue suffix="GENERIC" value="14">
+ <tp:docstring>
+ The device is a generic interface type unrecognized by NetworkManager.
+ </tp:docstring>
+ </tp:enumvalue>
+ <tp:enumvalue suffix="TEAM" value="15">
+ <tp:docstring>
+ The device is a team master interface.
+ </tp:docstring>
+ </tp:enumvalue>
</tp:enum>
<tp:flags name="NM_DEVICE_CAP" value-prefix="NM_DEVICE_CAP" type="u">