Repository: trafficserver Updated Branches: refs/heads/master 63a8ac80f -> 475e40cde
TS-2954: Fix records so traffic_line works with use_client_target_addr Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/475e40cd Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/475e40cd Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/475e40cd Branch: refs/heads/master Commit: 475e40cde4794f6b74c3436c6d00913804dff303 Parents: 63a8ac8 Author: Alan M. Carroll <[email protected]> Authored: Wed Aug 20 13:44:21 2014 -0500 Committer: Alan M. Carroll <[email protected]> Committed: Wed Aug 20 13:44:21 2014 -0500 ---------------------------------------------------------------------- mgmt/RecordsConfig.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/475e40cd/mgmt/RecordsConfig.cc ---------------------------------------------------------------------- diff --git a/mgmt/RecordsConfig.cc b/mgmt/RecordsConfig.cc index 9de17cf..0146cf9 100644 --- a/mgmt/RecordsConfig.cc +++ b/mgmt/RecordsConfig.cc @@ -394,7 +394,7 @@ RecordElement RecordsConfig[] = { , {RECT_CONFIG, "proxy.config.http.no_origin_server_dns", RECD_INT, "0", RECU_DYNAMIC, RR_NULL, RECC_INT, "[0-1]", RECA_NULL} , - {RECT_CONFIG, "proxy.config.http.use_client_target_addr", RECD_INT, "0", RECU_DYNAMIC, RR_NULL, RECC_INT, "[0-1]", RECA_NULL} + {RECT_CONFIG, "proxy.config.http.use_client_target_addr", RECD_INT, "0", RECU_DYNAMIC, RR_NULL, RECC_INT, "[0-2]", RECA_NULL} , {RECT_CONFIG, "proxy.config.http.use_client_source_port", RECD_INT, "0", RECU_DYNAMIC, RR_NULL, RECC_INT, "[0-1]", RECA_NULL} ,
