maskit opened a new pull request, #12521: URL: https://github.com/apache/trafficserver/pull/12521
This adds a new header_rewrite operator to set client's effective address. It internally calls `TSHttpTxnVerifiedAddrSet`, and the address will be available for ATS core and other plugins. The name is not `set-verified-address` because the operator also changes the behavior of header_rewrite plugin by changing `INBOUND_IP_SOURCE` to `PLUGIN` so the address is available for other conditions and operators. I could add `set-verified-address` instead but it would probably be called always with `set-plugin-cntl INBOUND_IP_SOURCE PLUGIN` if a verified address is set by header rewrite rules. So I made the convenient operator that does the both. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
