mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-12-26 12:13:47 +00:00
DHCPv6: make LWIP_IPV6_DHCP6_STATELESS==LWIP_IPV6_DHCP6 by default
This commit is contained in:
parent
8600259a78
commit
7d007cfee5
@ -2665,6 +2665,7 @@
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* LWIP_IPV6_DHCP6_STATEFUL==1: enable DHCPv6 stateful address autoconfiguration.
|
* LWIP_IPV6_DHCP6_STATEFUL==1: enable DHCPv6 stateful address autoconfiguration.
|
||||||
|
* (not supported, yet!)
|
||||||
*/
|
*/
|
||||||
#if !defined LWIP_IPV6_DHCP6_STATEFUL || defined __DOXYGEN__
|
#if !defined LWIP_IPV6_DHCP6_STATEFUL || defined __DOXYGEN__
|
||||||
#define LWIP_IPV6_DHCP6_STATEFUL 0
|
#define LWIP_IPV6_DHCP6_STATEFUL 0
|
||||||
@ -2674,7 +2675,7 @@
|
|||||||
* LWIP_IPV6_DHCP6_STATELESS==1: enable DHCPv6 stateless address autoconfiguration.
|
* LWIP_IPV6_DHCP6_STATELESS==1: enable DHCPv6 stateless address autoconfiguration.
|
||||||
*/
|
*/
|
||||||
#if !defined LWIP_IPV6_DHCP6_STATELESS || defined __DOXYGEN__
|
#if !defined LWIP_IPV6_DHCP6_STATELESS || defined __DOXYGEN__
|
||||||
#define LWIP_IPV6_DHCP6_STATELESS 0
|
#define LWIP_IPV6_DHCP6_STATELESS LWIP_IPV6_DHCP6
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user