Yakov Kopel created TS-1331:
-------------------------------
Summary: Wrong regex for proxy.config.cluster.mc_group_addr value
Key: TS-1331
URL: https://issues.apache.org/jira/browse/TS-1331
Project: Traffic Server
Issue Type: Bug
Components: Management
Reporter: Yakov Kopel
Fix For: 3.3.0
Attachments: TS.diff
the regex for proxy.config.cluster.mc_group_addr in the RecordsConfig.cc file
is wrong.
instead of "[0-255]\\.[0-255]\\.[0-255]\\.[0-255]"
it should be "[0-255]\.[0-255]\.[0-255]\.[0-255]".
Otherwise, it fails when trying to update by the traffic_line api.
--
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