1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-15 17:43:51 +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:
Benjamin Valentin 2022-02-17 18:46:28 +01:00
parent e58af6a876
commit effa879a56

View File

@ -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)