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 yum proxy (in firewall settings) and disabled when you deny access to yum
proxy. proxy.
set-default-route disable-default-route
Default: enabled 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 will prevent the creation of the default route, but the VM will
still be able to reach it's direct neighbors. The functionality still be able to reach it's direct neighbors. The functionality
is implemented in /usr/lib/qubes/setup-ip. is implemented in /usr/lib/qubes/setup-ip.
set-dns-server disable-dns-server
Default: enabled Default: disabled
Creates the appropriate nameserver entries in /etc/resolv.conf. Enabling this service will result in an empty /etc/resolv.conf.
Disabling this service will result in an empty /etc/resolv.conf.
The functionality is implemented in /usr/lib/qubes/setup-ip. The functionality is implemented in /usr/lib/qubes/setup-ip.