qvm-service: +disable-dns-server/disable-default-route

The logic for set-default-route/set-dns-server has been inverted.
This commit is contained in:
qjoo 2015-03-16 18:05:09 +00:00 committed by Marek Marczykowski-Górecki
parent 20c32e7233
commit 9659c33a09

View File

@ -112,19 +112,18 @@ updates-proxy-setup
yum proxy (in firewall settings) and disabled when you deny access to yum
proxy.
set-default-route
Default: enabled
disable-default-route
Default: disabled
Sets the default route for networking. Disabling this service
Disables the default route for networking. Enabling this service
will prevent the creation of the default route, but the VM will
still be able to reach it's direct neighbors. The functionality
is implemented in /usr/lib/qubes/setup-ip.
set-dns-server
Default: enabled
disable-dns-server
Default: disabled
Creates the appropriate nameserver entries in /etc/resolv.conf.
Disabling this service will result in an empty /etc/resolv.conf.
Enabling this service will result in an empty /etc/resolv.conf.
The functionality is implemented in /usr/lib/qubes/setup-ip.