mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-05-12 19:26:52 +08:00
Add DHCPv6 to documentation
This commit is contained in:
@@ -2656,6 +2656,11 @@
|
||||
* @}
|
||||
*/
|
||||
|
||||
/**
|
||||
* @defgroup lwip_opts_dhcpv6 DHCPv6
|
||||
* @ingroup lwip_opts_ipv6
|
||||
* @{
|
||||
*/
|
||||
/**
|
||||
* LWIP_IPV6_DHCP6==1: enable DHCPv6 stateful/stateless address autoconfiguration.
|
||||
*/
|
||||
@@ -2702,6 +2707,9 @@
|
||||
#if !defined LWIP_DHCP6_MAX_DNS_SERVERS || defined __DOXYGEN__
|
||||
#define LWIP_DHCP6_MAX_DNS_SERVERS DNS_MAX_SERVERS
|
||||
#endif
|
||||
/**
|
||||
* @}
|
||||
*/
|
||||
|
||||
/*
|
||||
---------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user