summaryrefslogtreecommitdiffstats
path: root/tdecore/networkbackends/network-manager/introspection/nm-ip6-config.xml
blob: 604781857ee968a7a25215ae7a4697be96599d6a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="UTF-8" ?>

<node name="/" xmlns:tp="http://telepathy.freedesktop.org/wiki/DbusSpec#extensions-v0">
  <interface name="org.freedesktop.NetworkManager.IP6Config">
    <property name="Addresses" type="a(ayuay)" access="read">
      <tp:docstring>Tuples of IPv6 address/prefix/gateway.</tp:docstring>
    </property>
    <property name="Nameservers" type="aay" access="read">
      <tp:docstring>The nameservers in use.</tp:docstring>
    </property>
    <property name="Domains" type="as" access="read">
      <tp:docstring>A list of domains this address belongs to.</tp:docstring>
    </property>
    <property name="Routes" type="a(ayuayu)" access="read">
      <tp:docstring>Tuples of IPv6 route/prefix/next-hop/metric.</tp:docstring>
    </property>
  </interface>
</node>