From 4a0a97379008489daa108c9bc0a4204c1ae9c6a8 Mon Sep 17 00:00:00 2001 From: Salahaldeen Altous Date: Fri, 4 Aug 2023 11:56:08 +0200 Subject: [PATCH] doc: APRanges is deprecated (use APAddressPool instead) --- src/iwd.config.rst | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/src/iwd.config.rst b/src/iwd.config.rst index 00e31b72..ea366a83 100644 --- a/src/iwd.config.rst +++ b/src/iwd.config.rst @@ -74,16 +74,6 @@ The group ``[General]`` contains general settings. ``[Network]`` settings for additional settings related to network configuration. - * - APRanges - - Values: - - Sets the range of IP's used for DHCP server (AP mode). The IP should be - in prefix notation e.g. 192.168.1.0/24. AP's which are started in a - profile-less configuration will use this pool of IP's to set the AP's - interface address as well as default DHCP server options. Each AP will - get a new subnet from the range and clients will be addressed in that - subnet to avoid IP conflicts if multiple AP's are started. - * - UseDefaultInterface - Values: true, **false**