3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2024-10-04 02:18:49 +02:00

doc: move EnableIPv6 under Network

The EnableIPv6 option is incorrectly documented under General but should
be documented under Network instead.
This commit is contained in:
Carlo Abelli 2020-12-18 15:38:35 +00:00 committed by Denis Kenzior
parent 62d31539d6
commit d3606cd255

View File

@ -74,14 +74,6 @@ The group ``[General]`` contains general settings.
``[Network]`` settings for additional settings related to network
configuration.
* - EnableIPv6
- Values: true, **false**
Sets the global default that tells **iwd** whether it should configure
IPv6 addresses and routes (either provided via static settings,
Router Advertisements or DHCPv6 protocol). This setting is disabled
by default. This setting can also be overriden on a per-network basis.
* - APRanges
- Values: <IP in prefix notation>
@ -186,6 +178,14 @@ The group ``[Network]`` contains network configuration related settings.
:widths: 20 80
:align: left
* - EnableIPv6
- Values: true, **false**
Sets the global default that tells **iwd** whether it should configure
IPv6 addresses and routes (either provided via static settings,
Router Advertisements or DHCPv6 protocol). This setting is disabled
by default. This setting can also be overriden on a per-network basis.
* - NameResolvingService
- Values: resolvconf, **systemd**