mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-15 09:33:50 +01:00
sys/net/dhcpv6: enhance doc of CONFIG_DHCPV6_CLIENT_PFX_LEASE_MAX
I always keep forgetting which option to tweak when I want multiple downstream networks.
This commit is contained in:
parent
e58af6a876
commit
effa879a56
@ -54,6 +54,9 @@ extern "C" {
|
||||
*/
|
||||
/**
|
||||
* @brief Maximum number of prefix leases to be stored
|
||||
*
|
||||
* Should be equal to the number of downstream interfaces
|
||||
* that are to be configured via DHCPv6
|
||||
*/
|
||||
#ifndef CONFIG_DHCPV6_CLIENT_PFX_LEASE_MAX
|
||||
#define CONFIG_DHCPV6_CLIENT_PFX_LEASE_MAX (1U)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user