summary refs log tree commit diff
path: root/introspection/org.freedesktop.NetworkManager.Device.Ipvlan.xml
diff options
context:
space:
mode:
Diffstat (limited to 'introspection/org.freedesktop.NetworkManager.Device.Ipvlan.xml')
-rw-r--r--introspection/org.freedesktop.NetworkManager.Device.Ipvlan.xml38
1 files changed, 38 insertions, 0 deletions
diff --git a/introspection/org.freedesktop.NetworkManager.Device.Ipvlan.xml b/introspection/org.freedesktop.NetworkManager.Device.Ipvlan.xml
new file mode 100644
index 00000000..db7a779d
--- /dev/null
+++ b/introspection/org.freedesktop.NetworkManager.Device.Ipvlan.xml
@@ -0,0 +1,38 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<node name="/">
+  <!--
+      org.freedesktop.NetworkManager.Device.Ipvlan:
+      @short_description: IPVLAN Device.
+  -->
+  <interface name="org.freedesktop.NetworkManager.Device.Ipvlan">
+
+    <!--
+        Parent:
+        @since: 1.52
+        The object path of the parent device.
+    -->
+    <property name="Parent" type="o" access="read"/>
+
+    <!--
+        Vepa:
+        @since: 1.52
+        The IPVLAN VEPA flag.
+    -->
+    <property name="Vepa" type="b" access="read"/>
+
+    <!--
+        Mode:
+        @since: 1.52
+        The IPVLAN mode, one of "l2", "l3", "l3s".
+    -->
+    <property name="Mode" type="s" access="read"/>
+
+    <!--
+        Private:
+        @since: 1.52
+        The IPVLAN private flag.
+    -->
+    <property name="Private" type="b" access="read"/>
+
+  </interface>
+</node>