mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2025-08-04 05:24:37 +08:00
fixed pppol2tp (IP_IS_V6_L -> IP_IS_V6_VAL)
This commit is contained in:
parent
00a46f104a
commit
0de0942f9c
@ -136,7 +136,7 @@ ppp_pcb *pppol2tp_create(struct netif *pppif,
|
|||||||
}
|
}
|
||||||
|
|
||||||
#if LWIP_IPV6
|
#if LWIP_IPV6
|
||||||
if (IP_IS_V6_L(ipaddr)) {
|
if (IP_IS_V6_VAL(*ipaddr)) {
|
||||||
udp = udp_new_ip6();
|
udp = udp_new_ip6();
|
||||||
} else
|
} else
|
||||||
#endif /* LWIP_IPV6 */
|
#endif /* LWIP_IPV6 */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user