1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-20 20:13:50 +01:00

Merge pull request #17675 from benpicco/net/dhcpv6-doc

sys/net/dhcpv6: enhance doc of CONFIG_DHCPV6_CLIENT_PFX_LEASE_MAX
This commit is contained in:
benpicco 2022-02-17 23:00:53 +01:00 committed by GitHub
commit 34b11e032d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -54,6 +54,9 @@ extern "C" {
*/ */
/** /**
* @brief Maximum number of prefix leases to be stored * @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 #ifndef CONFIG_DHCPV6_CLIENT_PFX_LEASE_MAX
#define CONFIG_DHCPV6_CLIENT_PFX_LEASE_MAX (1U) #define CONFIG_DHCPV6_CLIENT_PFX_LEASE_MAX (1U)