diff options
author | Stef Walter <stefw@gnome.org> | 2012-03-27 16:20:54 +0200 |
---|---|---|
committer | Eric Blake <eblake@redhat.com> | 2012-03-27 09:54:49 -0600 |
commit | 53e1d56dd468e945ad311f46221a357dffda787b (patch) | |
tree | 5c33eb7b547430525441c6de3083fd93415040cc /tests/confdata | |
parent | snapshot: don't pass NULL to QMP command creation (diff) | |
download | libvirt-53e1d56dd468e945ad311f46221a357dffda787b.tar.gz libvirt-53e1d56dd468e945ad311f46221a357dffda787b.tar.bz2 libvirt-53e1d56dd468e945ad311f46221a357dffda787b.zip |
Change the default of mdns_adv to false
* Don't advertise information on the network without consent of
the user, either through manual configuration, or a user
interface that drives this option.
* Since libvirtd must be configured for network access anyway
(for all but ssh), this setting was not useful "out of the box",
so changing this default setting does not remove "out of the box"
functionality.
Diffstat (limited to 'tests/confdata')
-rw-r--r-- | tests/confdata/libvirtd.conf | 4 | ||||
-rw-r--r-- | tests/confdata/libvirtd.out | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/tests/confdata/libvirtd.conf b/tests/confdata/libvirtd.conf index a943bfa19..2f2ba4b2f 100644 --- a/tests/confdata/libvirtd.conf +++ b/tests/confdata/libvirtd.conf @@ -48,8 +48,8 @@ tcp_port = "16509" # 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. diff --git a/tests/confdata/libvirtd.out b/tests/confdata/libvirtd.out index 0bebe2f1f..171945da1 100644 --- a/tests/confdata/libvirtd.out +++ b/tests/confdata/libvirtd.out @@ -37,8 +37,8 @@ tcp_port = "16509" # 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. # |