mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-20 04:20:29 +01:00
Don't do anything with WINS servers (dispatcher scripts installed with samba could certainly update samba's idea of WINS servers), but at least provide them so that the VPNs that can get upstream WINS servers can at least make other stuff aware of them.
22 lines
976 B
XML
22 lines
976 B
XML
<?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/prefix/gateway.</tp:docstring>
|
|
</property>
|
|
<property name="Nameservers" type="au" access="read">
|
|
<tp:docstring>The nameservers in use.</tp:docstring>
|
|
</property>
|
|
<property name="WinsServers" type="au" access="read">
|
|
<tp:docstring>The Windows Internet Name Service servers associated with the connection.</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="aau" access="read">
|
|
<tp:docstring>Tuples of IPv4 route/prefix/next-hop/metric.</tp:docstring>
|
|
</property>
|
|
</interface>
|
|
</node>
|
|
|