Repository: trafficserver Updated Branches: refs/heads/5.1.x c01cbd2d1 -> 0bfee488f
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/0bfee488 Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/0bfee488 Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/0bfee488 Branch: refs/heads/5.1.x Commit: 0bfee488ff7f7488eb6b75d779e01ded3528946a Parents: c01cbd2 Author: Alan M. Carroll <[email protected]> Authored: Wed Aug 20 13:44:21 2014 -0500 Committer: Alan M. Carroll <[email protected]> Committed: Thu Aug 21 09:40:53 2014 -0500 ---------------------------------------------------------------------- mgmt/RecordsConfig.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/0bfee488/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} ,
