Change the default IPv6 prefix from aaaa::/64 to fd00::/64
This commit is contained in:
parent
8b3d220761
commit
dea04c67d7
78 changed files with 165 additions and 131 deletions
|
@ -525,7 +525,7 @@ wpcap_init(void)
|
|||
// }
|
||||
#else
|
||||
addr.s_addr = inet_addr("10.10.10.10"); //prefer ipv4 default for legacy compatibility
|
||||
// uiplib_ipaddrconv("aaaa::1",(uip_ipaddr_t*) &addr6.s6_addr);
|
||||
// uiplib_ipaddrconv("fd00::1",(uip_ipaddr_t*) &addr6.s6_addr);
|
||||
#endif
|
||||
|
||||
#ifdef UIP_FALLBACK_INTERFACE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue