Bugfix for issue #31 - Proper handling of ad-hoc and 6plane network addresses

This commit is contained in:
Joseph Henry
2018-09-20 17:51:44 -07:00
parent f9e83bcb59
commit 71ea71e33a
3 changed files with 51 additions and 6 deletions

View File

@@ -86,10 +86,13 @@
*/
#include "lwip/debug.h"
//#define LWIP_IPV6_MLD 1
//#define LWIP_IPV6_AUTOCONFIG 1
//#define LWIP_ICMP6 1
//#define LWIP_IPV6_NUM_ADDRESSES 6
#define LWIP_IPV6_AUTOCONFIG 1
// #define LWIP_IPV6_MLD 1
// #define LWIP_ICMP6 1
// #define LWIP_IPV6_NUM_ADDRESSES 3
// #define LWIP_ND6_MAX_MULTICAST_SOLICIT 3
// #define LWIP_IPV6_SEND_ROUTER_SOLICIT 0
// IP Protocol version
#define LWIP_NETIF_STATUS_CALLBACK 1