From 4353110684ab9b7780579575d485ed9b75bc0b64 Mon Sep 17 00:00:00 2001 From: James Prestwood Date: Tue, 1 Dec 2020 16:57:44 -0800 Subject: [PATCH] doc: use real example for APRanges The docs just specified what a IP prefix looks like, not an actual example. Though its not recommended to just copy paste blindly, its still useful to have some value in the man pages that actually works if someone just wants to get a DHCP server working. --- src/iwd.config.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/iwd.config.rst b/src/iwd.config.rst index 37438c6c..f74e31cf 100644 --- a/src/iwd.config.rst +++ b/src/iwd.config.rst @@ -86,7 +86,7 @@ The group ``[General]`` contains general settings. - Values: Sets the range of IP's used for DHCP server (AP mode). The IP should be - in prefix notation e.g. aaa.bbb.ccc.ddd/xx. AP's which are started in a + 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