NetworkManager/introspection/org.freedesktop.NetworkManager.DHCP6Config.xml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

21 lines
548 B
XML
Raw Permalink Normal View History

<?xml version="1.0" encoding="UTF-8"?>
<node name="/">
2010-01-14 06:30:40 +00:00
<!--
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"/>
2010-01-14 06:30:40 +00:00
<!--
Options:
Configuration options returned by a DHCP server, if any.
-->
<property name="Options" type="a{sv}" access="read"/>
</interface>
2010-01-14 06:30:40 +00:00
</node>