summary refs log tree commit diff
path: root/introspection/org.freedesktop.NetworkManager.Device.Ipvlan.xml
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2025-02-12 13:46:50 +0100
committerMichael Biebl <biebl@debian.org>2025-02-12 13:46:50 +0100
commit8bdf070ff046f482f6eb5e2b15ebc216f5d1e3da (patch)
treef706478d189d54c6532e8863d4b0d5ff5575af60 /introspection/org.freedesktop.NetworkManager.Device.Ipvlan.xml
parent818258cf34b83fbc754633295e1052d4752d7b15 (diff)
New upstream version 1.51.90 upstream/1.51.90
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>