<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: Squid IPv6 2.6.STABLE13</title>
	<link>http://jaringan.info/2007/05/12/squid-ipv6-26stable13/</link>
	<description></description>
	<pubDate>Sun, 06 Jul 2008 12:15:10 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.1</generator>
		<item>
		<title>By: Adrian Chadd</title>
		<link>http://jaringan.info/2007/05/12/squid-ipv6-26stable13/#comment-11345</link>
		<dc:creator>Adrian Chadd</dc:creator>
		<pubDate>Sun, 23 Sep 2007 09:04:36 +0000</pubDate>
		<guid>http://jaringan.info/2007/05/12/squid-ipv6-26stable13/#comment-11345</guid>
		<description>G'day,

I'm one of the Squid project maintainers. Would you mind firing off an email to me so we can have a chat about your ipv6 work with Squid?

Thanks, and good work!</description>
		<content:encoded><![CDATA[<p>G&#8217;day,</p>
<p>I&#8217;m one of the Squid project maintainers. Would you mind firing off an email to me so we can have a chat about your ipv6 work with Squid?</p>
<p>Thanks, and good work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tero Pelander</title>
		<link>http://jaringan.info/2007/05/12/squid-ipv6-26stable13/#comment-10748</link>
		<dc:creator>Tero Pelander</dc:creator>
		<pubDate>Wed, 29 Aug 2007 12:02:40 +0000</pubDate>
		<guid>http://jaringan.info/2007/05/12/squid-ipv6-26stable13/#comment-10748</guid>
		<description>I have been using your patch with 4000 clients in a production network without any problems. Good job.

However I did find one oddity. Using

http_port 8000 defaultsite=media.tkukoulu.fi
cache_peer 192.103.98.18 parent 80 0 originserver no-query

Only ipv6 access works as it should. Ipv4 access fails with squid reporting "Invalid Request".

When I separate the http_port-line to two lines everything works with both ipv4 and ipv6.

http_port [2001:670:aa::12]:8000 defaultsite=media.tkukoulu.fi
http_port 192.103.98.4:8000 defaultsite=media.tkukoulu.fi
cache_peer 192.103.98.18 parent 80 0 originserver no-query

&gt;&gt;

Thank you for your report.

I have to look into the code again.</description>
		<content:encoded><![CDATA[<p>I have been using your patch with 4000 clients in a production network without any problems. Good job.</p>
<p>However I did find one oddity. Using</p>
<p>http_port 8000 defaultsite=media.tkukoulu.fi<br />
cache_peer 192.103.98.18 parent 80 0 originserver no-query</p>
<p>Only ipv6 access works as it should. Ipv4 access fails with squid reporting &#8220;Invalid Request&#8221;.</p>
<p>When I separate the http_port-line to two lines everything works with both ipv4 and ipv6.</p>
<p>http_port [2001:670:aa::12]:8000 defaultsite=media.tkukoulu.fi<br />
http_port 192.103.98.4:8000 defaultsite=media.tkukoulu.fi<br />
cache_peer 192.103.98.18 parent 80 0 originserver no-query</p>
<p>>></p>
<p>Thank you for your report.</p>
<p>I have to look into the code again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tero Pelander</title>
		<link>http://jaringan.info/2007/05/12/squid-ipv6-26stable13/#comment-10625</link>
		<dc:creator>Tero Pelander</dc:creator>
		<pubDate>Mon, 20 Aug 2007 09:25:54 +0000</pubDate>
		<guid>http://jaringan.info/2007/05/12/squid-ipv6-26stable13/#comment-10625</guid>
		<description>Configuration with --enable-arp-acl fails to compile.

$ ./configure --enable-arp-acl &#038;&#038; make
...
acl.c: In function 'aclMatchArp':
acl.c:3238: error: incompatible type for argument 1 of 'sockaddr_ntoa'

&gt;&gt;

Sorry, I still haven't been working on arp-acl.

I hope I can fix it in the next patch.</description>
		<content:encoded><![CDATA[<p>Configuration with &#8211;enable-arp-acl fails to compile.</p>
<p>$ ./configure &#8211;enable-arp-acl &#038;&#038; make<br />
&#8230;<br />
acl.c: In function &#8216;aclMatchArp&#8217;:<br />
acl.c:3238: error: incompatible type for argument 1 of &#8217;sockaddr_ntoa&#8217;</p>
<p>>></p>
<p>Sorry, I still haven&#8217;t been working on arp-acl.</p>
<p>I hope I can fix it in the next patch.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Felix Palmen</title>
		<link>http://jaringan.info/2007/05/12/squid-ipv6-26stable13/#comment-9430</link>
		<dc:creator>Felix Palmen</dc:creator>
		<pubDate>Wed, 23 May 2007 09:54:29 +0000</pubDate>
		<guid>http://jaringan.info/2007/05/12/squid-ipv6-26stable13/#comment-9430</guid>
		<description>Hi, there's a little bug that makes some log-messages unreadable...

Don't know if it was introduced by your code, anyhow, here's the fix:

diff -urNad squid-2.6.13~/src/comm.c squid-2.6.13/src/comm.c
--- squid-2.6.13~/src/comm.c	2007-05-23 11:17:12.000000000 +0200
+++ squid-2.6.13/src/comm.c	2007-05-23 11:18:15.000000000 +0200
@@ -142,7 +142,7 @@
statCounter.syscalls.sock.binds++;
if (bind(s, S, SOCKLEN(S)) == 0)
return COMM_OK;
-    getnameinfo(S, S-&#62;sa_family, hbuf, 80, sbuf, 8,
+    getnameinfo(S, SOCKLEN(S), hbuf, 80, sbuf, 8,
NI_NUMERICHOST&#124;NI_NUMERICSERV);
debug(5, 0) ("commBind: Cannot bind socket FD %d to %s:%s: %s\n",
s, hbuf, sbuf, xstrerror());

Regards, Felix

&gt;&gt;

Thank you for the patch.

I will include it in the next patch.</description>
		<content:encoded><![CDATA[<p>Hi, there&#8217;s a little bug that makes some log-messages unreadable&#8230;</p>
<p>Don&#8217;t know if it was introduced by your code, anyhow, here&#8217;s the fix:</p>
<p>diff -urNad squid-2.6.13~/src/comm.c squid-2.6.13/src/comm.c<br />
&#8212; squid-2.6.13~/src/comm.c	2007-05-23 11:17:12.000000000 +0200<br />
+++ squid-2.6.13/src/comm.c	2007-05-23 11:18:15.000000000 +0200<br />
@@ -142,7 +142,7 @@<br />
statCounter.syscalls.sock.binds++;<br />
if (bind(s, S, SOCKLEN(S)) == 0)<br />
return COMM_OK;<br />
-    getnameinfo(S, S-&gt;sa_family, hbuf, 80, sbuf, 8,<br />
+    getnameinfo(S, SOCKLEN(S), hbuf, 80, sbuf, 8,<br />
NI_NUMERICHOST|NI_NUMERICSERV);<br />
debug(5, 0) (&#8221;commBind: Cannot bind socket FD %d to %s:%s: %s\n&#8221;,<br />
s, hbuf, sbuf, xstrerror());</p>
<p>Regards, Felix</p>
<p>>></p>
<p>Thank you for the patch.</p>
<p>I will include it in the next patch.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
