All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] doc: move EnableIPv6 under Network
@ 2020-12-18 15:38 Carlo Abelli
  2020-12-22 15:37 ` Denis Kenzior
  0 siblings, 1 reply; 7+ messages in thread
From: Carlo Abelli @ 2020-12-18 15:38 UTC (permalink / raw)
  To: iwd

[-- Attachment #1: Type: text/plain, Size: 1548 bytes --]

The EnableIPv6 option is incorrectly documented under General but should
be documented under Network instead.
---
 src/iwd.config.rst | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/src/iwd.config.rst b/src/iwd.config.rst
index f74e31cf..365494a4 100644
--- a/src/iwd.config.rst
+++ b/src/iwd.config.rst
@@ -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**

--
2.29.2


^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2020-12-31  1:17 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-18 15:38 [PATCH] doc: move EnableIPv6 under Network Carlo Abelli
2020-12-22 15:37 ` Denis Kenzior
2020-12-27 13:34   ` flokli
2020-12-30 17:35     ` Denis Kenzior
2020-12-30 18:25       ` KeithG
2020-12-30 18:29         ` Denis Kenzior
2020-12-31  1:17           ` KeithG

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.