You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
1.2 KiB
26 lines
1.2 KiB
<?xml version="1.0" encoding="UTF-8" ?>
|
|
|
|
<node name="/" xmlns:tp="http://telepathy.freedesktop.org/wiki/DbusSpec#extensions-v0">
|
|
<interface name="org.freedesktop.NetworkManager.IP4Config">
|
|
<property name="Addresses" type="aau" access="read">
|
|
<tp:docstring>Tuples of IPv4 address/netmask/gateway. The gateway is optional, if not given should be 0.</tp:docstring>
|
|
</property>
|
|
<property name="Hostname" type="s" access="read">
|
|
<tp:docstring>The hostname associated with this IPv4 address. FIXME: what about multiple hostnames?</tp:docstring>
|
|
</property>
|
|
<property name="Nameservers" type="au" 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="NisDomain" type="s" access="read">
|
|
<tp:docstring>The NIS domain this address belongs to.</tp:docstring>
|
|
</property>
|
|
<property name="NisServers" type="au" access="read">
|
|
<tp:docstring>The NIS servers associated with this address.</tp:docstring>
|
|
</property>
|
|
</interface>
|
|
</node>
|
|
|