To fully support IPv6 we need to be able to parse an IPv6 address out of the received...
authorBjoern Sikora <bjoern.sikora@intra2net.com>
Thu, 15 Oct 2009 14:17:13 +0000 (16:17 +0200)
committerBjoern Sikora <bjoern.sikora@intra2net.com>
Thu, 15 Oct 2009 14:17:13 +0000 (16:17 +0200)
src/ip_addr_helper.cpp

index fffb4a0..3f9365f 100644 (file)
@@ -426,6 +426,8 @@ string IPAddrHelper::webcheck_ip()
     // Try to parse a IPv4 address out of the received data.
     ip_addr = parse_ipv4(curl_writedata_buff);
 
+    // TODO: Parsing of IPv6 address out of received curl data via webcheck IP.
+
     if ( !ip_addr.empty() )
     {
         // Got a IPv4 address out of the received data.