resolved: remove configuration knobs for mDNS until it's ready
authorDaniel Mack <daniel@zonque.org>
Tue, 19 Jan 2016 13:05:01 +0000 (14:05 +0100)
committerDaniel Mack <daniel@zonque.org>
Tue, 19 Jan 2016 13:11:05 +0000 (14:11 +0100)
These bits were intenionally left out while mDNS is under development.

Remove the exposed knobs and man page entries again until this is settled.

man/resolved.conf.xml
src/resolve/resolved-gperf.gperf
src/resolve/resolved.conf.in

index 5da2d54..3ab7fc4 100644 (file)
       </varlistentry>
 
       <varlistentry>
-        <term><varname>MulticastDNS=</varname></term>
-        <listitem><para>Takes a boolean argument or
-        <literal>resolve</literal>. Controls Multicast DNS support
-        (<ulink url="https://tools.ietf.org/html/rfc6762">RFC
-        6762</ulink>) on the local host. If true, enables full
-        Multicast DNS responder and resolver support. If false,
-        disables both. If set to <literal>resolve</literal>, only
-        resolution support is enabled, but responding is
-        disabled. Note that
-        <citerefentry><refentrytitle>systemd-networkd.service</refentrytitle><manvolnum>8</manvolnum></citerefentry>
-        also maintains per-interface Multicast DNS settings. Multicast
-        DNS will be enabled on an interface only if the per-interface
-        and the global setting is on.</para></listitem>
-      </varlistentry>
-
-      <varlistentry>
         <term><varname>DNSSEC=</varname></term>
         <listitem><para>Takes a boolean argument or
         <literal>allow-downgrade</literal>. If true all DNS lookups are
index c5ad04a..82f2621 100644 (file)
@@ -18,5 +18,4 @@ Resolve.DNS,          config_parse_dns_servers,     DNS_SERVER_SYSTEM,   0
 Resolve.FallbackDNS,  config_parse_dns_servers,     DNS_SERVER_FALLBACK, 0
 Resolve.Domains,      config_parse_search_domains,  0,                   0
 Resolve.LLMNR,        config_parse_resolve_support, 0,                   offsetof(Manager, llmnr_support)
-Resolve.MulticastDNS, config_parse_resolve_support, 0,                   offsetof(Manager, mdns_support)
 Resolve.DNSSEC,       config_parse_dnssec_mode,     0,                   offsetof(Manager, dnssec_mode)
index 0ba572d..efc9c67 100644 (file)
@@ -16,5 +16,4 @@
 #FallbackDNS=@DNS_SERVERS@
 #Domains=
 #LLMNR=yes
-#MulticastDNS=no
 #DNSSEC=no