doc: Refine enable_network_config documentation

This commit is contained in:
Tim Kourt 2019-09-04 09:21:35 -07:00 committed by Denis Kenzior
parent 96998a83c5
commit 199e647ffd
1 changed files with 18 additions and 2 deletions

View File

@ -8,8 +8,24 @@ mtu=1400
max_4way_handshake_time=5
[General]
# Enable/Disable iwd internal dhcp client
enable_network_config=True
#
# Enable network configuration. Setting this option to 'True' enables iwd to
# configure the network interfaces with the IP addresses. There are two types
# IP addressing supported by iwd: static and dynamic. The static IP addresses
# are configured through the network configuration files located in
# '/var/lib/iwd/' directory. For more information on the static configuration
# options refer to the wiki page (https://iwd.wiki.kernel.org/ipconfiguration).
# If no static IP configuration has been provided for a network, iwd will
# attempt to obtain the dynamic addresses from the network through the built-in
# DHCP client.
#
# The network configuration feature is disabled by default to prevent the
# interference with the external network configurators.
#
# enable_network_config=True
#
#
# DNS helper to use: resolvconf or systemd
# Default to systemd-resolved service