Duncan Rance <libvirt@dunquino.com>
Peng Zhou <ailvpeng25@gmail.com>
Li Zhang <zhlcindy@linux.vnet.ibm.com>
+ Stef Walter <stefw@gnome.org>
[....send patches to get your name here....]
#endif
data->auth_tls = REMOTE_AUTH_NONE;
- data->mdns_adv = 1;
+ data->mdns_adv = 0;
data->min_workers = 5;
data->max_workers = 20;
# Alternatively can disable for all services on a host by
# stopping the Avahi daemon
#
-# This is enabled by default, uncomment this to disable it
-#mdns_adv = 0
+# This is disabled by default, uncomment this to enable it
+#mdns_adv = 1
# Override the default mDNS advertizement name. This must be
# unique on the immediate broadcast network.
# Alternatively can disable for all services on a host by
# stopping the Avahi daemon
#
-# This is enabled by default, uncomment this to disable it
-mdns_adv = 0
+# This is disabled by default, uncomment this to enable it
+mdns_adv = 1
# Override the default mDNS advertizement name. This must be
# unique on the immediate broadcast network.
{ "#comment" = "Alternatively can disable for all services on a host by" }
{ "#comment" = "stopping the Avahi daemon" }
{ "#comment" = "" }
- { "#comment" = "This is enabled by default, uncomment this to disable it" }
- { "mdns_adv" = "0" }
+ { "#comment" = "This is disabled by default, uncomment this to enable it" }
+ { "mdns_adv" = "1" }
{ "#empty" }
{ "#comment" = "Override the default mDNS advertizement name. This must be" }
{ "#comment" = "unique on the immediate broadcast network." }
</tr>
<tr>
<td> mdns_adv <i>[0|1]</i> </td>
- <td> 1 (advertise with mDNS) </td>
+ <td> 0 (advertise with mDNS) </td>
<td>
If set to 1 then the virtualization service will be advertised over
mDNS to hosts on the local LAN segment.
# Alternatively can disable for all services on a host by
# stopping the Avahi daemon
#
-# This is enabled by default, uncomment this to disable it
-mdns_adv = 0
+# This is disabled by default, uncomment this to enable it
+mdns_adv = 1
# Override the default mDNS advertizement name. This must be
# unique on the immediate broadcast network.
# Alternatively can disable for all services on a host by
# stopping the Avahi daemon
#
-# This is enabled by default, uncomment this to disable it
-mdns_adv = 0
+# This is disabled by default, uncomment this to enable it
+mdns_adv = 1
# Override the default mDNS advertizement name. This must be
# unique on the immediate broadcast network.
#