summary refs log tree commit diff
path: root/introspection/org.freedesktop.NetworkManager.Device.Ipvlan.xml
blob: db7a779d14b11d174d3bf199ea64a4d1125324c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
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>