mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager
synced 2024-11-05 19:03:31 +00:00
2df493c00d
Sentences start with a capital letter and end with a period, even if they are really really short.
20 lines
548 B
XML
20 lines
548 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<node name="/">
|
|
|
|
<!--
|
|
org.freedesktop.NetworkManager.DHCP6Config:
|
|
@short_description: IPv6 DHCP Client State.
|
|
|
|
Options and configuration returned by the IPv6 DHCP server.
|
|
-->
|
|
<interface name="org.freedesktop.NetworkManager.DHCP6Config">
|
|
<annotation name="org.gtk.GDBus.C.Name" value="Dhcp6Config"/>
|
|
|
|
<!--
|
|
Options:
|
|
|
|
Configuration options returned by a DHCP server, if any.
|
|
-->
|
|
<property name="Options" type="a{sv}" access="read"/>
|
|
</interface>
|
|
</node>
|