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:
commit
34b11e032d
@ -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)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user