diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2021-02-04 10:37:21 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-04 10:37:21 +0100 |
commit | 5623600c6e65c3be9cfebd5cd5235b30cf5d521b (patch) | |
tree | f4b9ae22a6eedd46042255dbb087e6d6fdc88b6b /man | |
parent | 436cde839fffb12117c1735c5a65881668b3d011 (diff) | |
parent | ad612eba51320785100efdc1f604a2de66cf803d (diff) | |
download | systemd-5623600c6e65c3be9cfebd5cd5235b30cf5d521b.tar.gz |
Merge pull request #18355 from DaanDeMeyer/resolved-discover
resolvectl: Add show-multicast verb to show discovered LLMNR/mDNS hosts
Diffstat (limited to 'man')
-rw-r--r-- | man/org.freedesktop.resolve1.xml | 5 | ||||
-rw-r--r-- | man/resolvectl.xml | 7 |
2 files changed, 12 insertions, 0 deletions
diff --git a/man/org.freedesktop.resolve1.xml b/man/org.freedesktop.resolve1.xml index 860a14877d..9036f7d11f 100644 --- a/man/org.freedesktop.resolve1.xml +++ b/man/org.freedesktop.resolve1.xml @@ -115,6 +115,7 @@ node /org/freedesktop/resolve1 { ResetStatistics(); FlushCaches(); ResetServerFeatures(); + GetMulticastHosts(out a(stiiay) UNNAMED); properties: readonly s LLMNRHostname = '...'; @org.freedesktop.DBus.Property.EmitsChangedSignal("false") @@ -164,6 +165,8 @@ node /org/freedesktop/resolve1 { <!--method ResetServerFeatures is not documented!--> + <!--method GetMulticastHosts is not documented!--> + <!--property DNSSECNegativeTrustAnchors is not documented!--> <!--Autogenerated cross-references for systemd.directives, do not edit--> @@ -212,6 +215,8 @@ node /org/freedesktop/resolve1 { <variablelist class="dbus-method" generated="True" extra-ref="ResetServerFeatures()"/> + <variablelist class="dbus-method" generated="True" extra-ref="GetMulticastHosts()"/> + <variablelist class="dbus-property" generated="True" extra-ref="LLMNRHostname"/> <variablelist class="dbus-property" generated="True" extra-ref="LLMNR"/> diff --git a/man/resolvectl.xml b/man/resolvectl.xml index fb6cae7b9b..c6e9f147a7 100644 --- a/man/resolvectl.xml +++ b/man/resolvectl.xml @@ -180,6 +180,13 @@ automatically, an explicit reverting is not necessary in that case.</para></listitem> </varlistentry> + <varlistentry> + <term><command>show-multicast</command></term> + + <listitem><para>Display the discovered LLMNR and mDNS hostnames along with their IPv4/IPv6 addresses. + </para></listitem> + </varlistentry> + <xi:include href="systemctl.xml" xpointer="log-level" /> </variablelist> </refsect1> |