j
k
j a
j l
Hello,
I used str2ipxbuf() instead of stripx().
Tested
- IPv6 short and long versions - IPv4 versions.
``` ip_addr_t* str2ip6(str* st) { static ip_addr_t ip;
if(str2ip6buf(st, &ip)<0) { return NULL; }
return &ip; } ```
Attachments:
Back to the thread
Back to the list