mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-12-22 21:22:37 +01:00
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.
This commit is contained in:
parent
278abc66be
commit
4353110684
@ -86,7 +86,7 @@ The group ``[General]`` contains general settings.
|
|||||||
- Values: <IP in prefix notation>
|
- Values: <IP in prefix notation>
|
||||||
|
|
||||||
Sets the range of IP's used for DHCP server (AP mode). The IP should be
|
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
|
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
|
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
|
get a new subnet from the range and clients will be addressed in that
|
||||||
|
Loading…
Reference in New Issue
Block a user