Revision: 14812
Author: adrian.chadd
Date: Thu Oct 21 01:39:38 2010
Log: Add another #warning outlining what I should do re: ipv6
http://code.google.com/p/lusca-cache/source/detail?r=14812
Modified:
/playpen/LUSCA_HEAD_ipv6/src/client_side_request.c
=======================================
--- /playpen/LUSCA_HEAD_ipv6/src/client_side_request.c Sun Jul 4 06:56:53
2010
+++ /playpen/LUSCA_HEAD_ipv6/src/client_side_request.c Thu Oct 21 01:39:38
2010
@@ -338,6 +338,7 @@
*/
ConnStateData *conn = http->conn;
conn->log_addr = request->indirect_client_addr;
+#warning Do this for IPv6 too!
conn->log_addr.s_addr &= Config.Addrs.client_netmask.s_addr;
debug(33, 3) ("clientFollowXForwardedForDone: setting log_addr=%s\n",
inet_ntoa(conn->log_addr));
--
You received this message because you are subscribed to the Google Groups
"lusca-commit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/lusca-commit?hl=en.