leo mcalinden created TS-1303:
---------------------------------
Summary: The 3.1.4 ATS build - trafficserver is broken from 3.0.2
and does not listen on the IPv6 interface when server_port_attr is set to =6
Key: TS-1303
URL: https://issues.apache.org/jira/browse/TS-1303
Project: Traffic Server
Issue Type: Bug
Components: Network
Affects Versions: 3.1.4
Environment: IPv6 Redhat 6.1
Reporter: leo mcalinden
On ATS 3.1.4 changing server_port_attr to:
CONFIG proxy.config.http.server_port_attr STRING =6
...doesn't bring up an IPv6 socket? We get:
# netstat -an | grep 3128
tcp 0 0 0.0.0.0:3128 0.0.0.0:*
LISTEN
...previously on ATS/3.0.2 this was fine:
# netstat -an | grep 3128
tcp 0 0 :::3128 :::*
LISTEN
This will have a major impact on IPv6 functionality.
Any ideas what's wrong or how to fix this - or workaround this?
--
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