mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-12-22 21:12:48 +01:00
doc: Refine enable_network_config documentation
This commit is contained in:
parent
96998a83c5
commit
199e647ffd
@ -8,8 +8,24 @@ mtu=1400
|
|||||||
max_4way_handshake_time=5
|
max_4way_handshake_time=5
|
||||||
|
|
||||||
[General]
|
[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
|
# DNS helper to use: resolvconf or systemd
|
||||||
# Default to systemd-resolved service
|
# Default to systemd-resolved service
|
||||||
|
Loading…
Reference in New Issue
Block a user