From effa879a564c388045ab547a1fd0c703b2b5d4a5 Mon Sep 17 00:00:00 2001 From: Benjamin Valentin Date: Thu, 17 Feb 2022 18:46:28 +0100 Subject: [PATCH] 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. --- sys/include/net/dhcpv6/client.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sys/include/net/dhcpv6/client.h b/sys/include/net/dhcpv6/client.h index f836717283..36fc074a0f 100644 --- a/sys/include/net/dhcpv6/client.h +++ b/sys/include/net/dhcpv6/client.h @@ -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)