2016-04-05 01:09:48 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
<node name="/">
|
2017-03-10 18:58:34 +01:00
|
|
|
<!--
|
|
|
|
|
org.freedesktop.NetworkManager.Device.Macvlan:
|
2022-03-18 15:52:48 +01:00
|
|
|
@short_description: MAC VLAN Device.
|
2017-03-10 18:58:34 +01:00
|
|
|
|
|
|
|
|
-->
|
2013-05-06 09:16:17 -04:00
|
|
|
<interface name="org.freedesktop.NetworkManager.Device.Macvlan">
|
|
|
|
|
|
2016-04-05 01:09:48 +02:00
|
|
|
<!--
|
|
|
|
|
Parent:
|
|
|
|
|
|
2013-05-06 09:16:17 -04:00
|
|
|
The object path of the parent device.
|
2016-04-05 01:09:48 +02:00
|
|
|
-->
|
|
|
|
|
<property name="Parent" type="o" access="read"/>
|
|
|
|
|
|
|
|
|
|
<!--
|
|
|
|
|
Mode:
|
2013-05-06 09:16:17 -04:00
|
|
|
|
2016-04-05 01:09:48 +02:00
|
|
|
The macvlan mode, one of "private", "vepa", "bridge", or "passthru".
|
|
|
|
|
-->
|
|
|
|
|
<property name="Mode" type="s" access="read"/>
|
|
|
|
|
|
|
|
|
|
<!--
|
|
|
|
|
NoPromisc:
|
2013-05-06 09:16:17 -04:00
|
|
|
|
|
|
|
|
Whether the device is blocked from going into promiscuous mode.
|
2016-04-05 01:09:48 +02:00
|
|
|
-->
|
|
|
|
|
<property name="NoPromisc" type="b" access="read"/>
|
|
|
|
|
|
|
|
|
|
<!--
|
|
|
|
|
Tap:
|
2013-05-06 09:16:17 -04:00
|
|
|
|
2015-10-01 11:06:42 +02:00
|
|
|
Whether the device is a macvtap.
|
2016-04-05 01:09:48 +02:00
|
|
|
-->
|
|
|
|
|
<property name="Tap" type="b" access="read"/>
|
2015-10-01 11:06:42 +02:00
|
|
|
|
2013-05-06 09:16:17 -04:00
|
|
|
</interface>
|
|
|
|
|
</node>
|