diff options
| author | Michael Biebl <biebl@debian.org> | 2017-01-17 20:25:47 +0100 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2017-01-17 20:25:47 +0100 |
| commit | bed53db3e064450b56e23ec654f40a3bafe58815 (patch) | |
| tree | 314508d6c904b1224dab2070e0cfdd5a02d7dd89 /introspection/org.freedesktop.NetworkManager.DnsManager.xml | |
| parent | 7135a6e87c938139e3a5db121d62dcaa783345d1 (diff) | |
| parent | 58f8be580039b0575b197b9573a1c92745d96d30 (diff) | |
Merge tag 'upstream/1.5.90' into experimental
Upstream version 1.5.90
Diffstat (limited to 'introspection/org.freedesktop.NetworkManager.DnsManager.xml')
| -rw-r--r-- | introspection/org.freedesktop.NetworkManager.DnsManager.xml | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/introspection/org.freedesktop.NetworkManager.DnsManager.xml b/introspection/org.freedesktop.NetworkManager.DnsManager.xml new file mode 100644 index 00000000..3a0c757b --- /dev/null +++ b/introspection/org.freedesktop.NetworkManager.DnsManager.xml @@ -0,0 +1,39 @@ +<?xml version="1.0" encoding="UTF-8"?> +<node name="/org/freedesktop/NetworkManager/DnsManager"> + + <!-- + org.freedesktop.NetworkManager.DnsManager: + + The interface contains DNS-related information. + --> + <interface name="org.freedesktop.NetworkManager.DnsManager"> + + <!-- + Mode: + + The current DNS processing mode. + --> + <property name="Mode" type="s" access="read"/> + + <!-- + RcManager: + + The current resolv.conf management mode. + --> + <property name="RcManager" type="s" access="read"/> + + <!-- + Configuration: + + The current DNS configuration represented as an array of + dictionaries. Each dictionary has the "nameservers", + "priority" keys and, optionally, "interface" and "vpn". + "nameservers" is the list of DNS servers, "priority" their + relative priority, "interface" the interface on which these + servers are contacted, "vpn" a boolean telling whether the + configuration was obtained from a VPN connection. + --> + <property name="Configuration" type="aa{sv}" access="read"/> + + </interface> +</node> |