Eliminate "traffic_net"
-----------------------
Key: TS-601
URL: https://issues.apache.org/jira/browse/TS-601
Project: Traffic Server
Issue Type: Improvement
Components: Cleanup
Reporter: Leif Hedstrom
Fix For: 2.1.5
There's a number of configurations, that are for a feature that we don't seem
to have any more (at least I can't find the code for it). There's also a
define, TRAFFIC_NET, that's never enabled (and if it was, it would break
builds).
I suggest we eliminate thse configurations for now:
{RECT_CONFIG, "proxy.config.traffic_net.traffic_net_mode", RECD_INT, "3",
RECU_DYNAMIC, RR_NULL, RECC_INT, "[0-3]", RECA_NULL}
{RECT_CONFIG, "proxy.config.traffic_net.traffic_net_frequency", RECD_INT,
"86400", RECU_DYNAMIC, RR_NULL, RECC_NULL, NULL, RECA_NULL}
{RECT_CONFIG, "proxy.config.traffic_net.traffic_net_uid", RECD_STRING, NULL,
RECU_NULL, RR_NULL, RECC_NULL, NULL, RECA_NULL}
{RECT_CONFIG, "proxy.config.traffic_net.traffic_net_lid", RECD_STRING, NULL,
RECU_NULL, RR_NULL, RECC_NULL, NULL, RECA_NULL}
{RECT_CONFIG, "proxy.config.traffic_net.traffic_net_server", RECD_STRING,
"sm-linux-1.example.com", RECU_NULL, RR_NULL, RECC_NULL, NULL, RECA_NULL}
{RECT_CONFIG, "proxy.config.traffic_net.traffic_net_port", RECD_INT, "80",
RECU_NULL, RR_NULL, RECC_NULL, NULL, RECA_NULL}
{RECT_CONFIG, "proxy.config.traffic_net.traffic_net_path", RECD_STRING,
"/traffic-net", RECU_NULL, RR_NULL, RECC_NULL, NULL, RECA_NULL}
{RECT_CONFIG, "proxy.config.traffic_net.traffic_net_encryption", RECD_INT,
"1", RECU_NULL, RR_NULL, RECC_NULL, NULL, RECA_NULL}
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.