From 199e647ffde38584d5bab609de38bea973082ffe Mon Sep 17 00:00:00 2001 From: Tim Kourt Date: Wed, 4 Sep 2019 09:21:35 -0700 Subject: [PATCH] doc: Refine enable_network_config documentation --- doc/main.conf | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/doc/main.conf b/doc/main.conf index 009b5690..23df920f 100644 --- a/doc/main.conf +++ b/doc/main.conf @@ -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