2016-04-05 01:09:48 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
<node name="/">
|
2008-07-17 17:04:13 +00:00
|
|
|
|
2016-04-05 01:09:48 +02:00
|
|
|
<!--
|
|
|
|
|
org.freedesktop.NetworkManager.DHCP4Config:
|
2017-03-10 18:58:34 +01:00
|
|
|
@short_description: IPv4 DHCP Client State
|
2016-04-05 01:09:48 +02:00
|
|
|
|
|
|
|
|
Options and configuration returned by the IPv4 DHCP server.
|
|
|
|
|
-->
|
|
|
|
|
<interface name="org.freedesktop.NetworkManager.DHCP4Config">
|
2016-04-05 11:27:17 +02:00
|
|
|
<annotation name="org.gtk.GDBus.C.Name" value="Dhcp4Config"/>
|
2008-07-17 17:04:13 +00:00
|
|
|
|
2016-04-05 01:09:48 +02:00
|
|
|
<!--
|
|
|
|
|
Options:
|
|
|
|
|
|
|
|
|
|
Configuration options returned by a DHCP server, if any.
|
|
|
|
|
-->
|
|
|
|
|
<property name="Options" type="a{sv}" access="read"/>
|
|
|
|
|
|
2016-04-05 11:27:17 +02:00
|
|
|
</interface>
|
2008-07-17 17:04:13 +00:00
|
|
|
</node>
|