[ 
https://issues.apache.org/jira/browse/TS-1378?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13421733#comment-13421733
 ] 

Alan M. Carroll commented on TS-1378:
-------------------------------------

I loaded up Ubuntu 10.04 on a VM and tried this. It turns out the test program 
does *not* work, unless you omit the AI_ADDRCONFIG line, returning a zret of 
-9. It seems on Ubuntu the default configured IPv6 addresses do not count as 
far as the system having any IPv6 addresses. On my test VM if I explicitly 
added an IPv6 address then both the test program and ATS worked. Trying adding 
the equivalent of your IPv4 address, such as

{code}
sudo ip addr add fc01:192:168:1::17/64 dev eth0
{code}

See if that fixes the parse problem with ATS.
                
> IPV6 Addresses not recognized by proxy.local.incoming_ip_to_bind
> ----------------------------------------------------------------
>
>                 Key: TS-1378
>                 URL: https://issues.apache.org/jira/browse/TS-1378
>             Project: Traffic Server
>          Issue Type: Bug
>          Components: HTTP, Network
>    Affects Versions: 3.2.0
>         Environment: ubuntu 10.04
>            Reporter: Kingsley Foreman
>            Assignee: Alan M. Carroll
>
> IPv6 addresses always report as an error on proxy.local.incoming_ip_to_bind
> an example
> LOCAL proxy.local.incoming_ip_to_bind STRING 127.0.0.1 ::1
> WARNING: 'proxy.local.incoming_ip_to_bind' has an value '::1' that is not 
> recognized as an IP address, ignored.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to