summaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorDmitry Rozhkov <dmitry.rozhkov@linux.intel.com>2017-11-29 10:03:44 +0100
committerDmitry Rozhkov <dmitry.rozhkov@linux.intel.com>2017-12-08 13:29:27 +0100
commit400f54fb3666e49115dc36a585f68047370096af (patch)
tree3e209a9cfd6b8ea51b2ed4e3cd1a7b195436a026 /man
parentresolved: consult Polkit for privileges when manipulating DNS-SD (diff)
downloadsystemd-400f54fb3666e49115dc36a585f68047370096af.tar.xz
systemd-400f54fb3666e49115dc36a585f68047370096af.zip
resolved: support multiple TXT RRs per DNS-SD service
Section 6.8 of RFC 6763 allows having service instances with multiple TXT resource records.
Diffstat (limited to 'man')
-rw-r--r--man/systemd.dnssd.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/man/systemd.dnssd.xml b/man/systemd.dnssd.xml
index 4e30338bf0..1270e08cd2 100644
--- a/man/systemd.dnssd.xml
+++ b/man/systemd.dnssd.xml
@@ -174,6 +174,10 @@
e.g. <literal>path=/portal/index.html</literal>. Keys and values can contain C-style escape
sequences which get translated upon reading configuration files.
</para>
+ <para>This option together with <varname>TxtData=</varname> may be specified more than once, in which
+ case multiple TXT resource records will be created for the service. If the empty string is assigned to
+ this option, the list is reset and all prior assignments will have no effect.
+ </para>
</listitem>
</varlistentry>
<varlistentry>
@@ -185,6 +189,10 @@
e.g. <literal>data=YW55IGJpbmFyeSBkYXRhCg==</literal>. Keys can contain C-style escape
sequences which get translated upon reading configuration files.
</para>
+ <para>This option together with <varname>TxtText=</varname> may be specified more than once, in which
+ case multiple TXT resource records will be created for the service. If the empty string is assigned to
+ this option, the list is reset and all prior assignments will have no effect.
+ </para>
</listitem>
</varlistentry>
</variablelist>