Enable DHCP_DOES_ACD_CHECK by default

This commit is contained in:
Dirk Ziegelmeier 2018-10-05 08:38:13 +02:00
parent 67d4fc9ff0
commit 7492bfb0dc

View File

@ -927,7 +927,7 @@
* DHCP_DOES_ACD_CHECK==1: Perform address conflict detection on the dhcp address.
*/
#if !defined DHCP_DOES_ACD_CHECK || defined __DOXYGEN__
#define DHCP_DOES_ACD_CHECK 0
#define DHCP_DOES_ACD_CHECK 1
#endif
/**