You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficcontrol.apache.org by GitBox <gi...@apache.org> on 2019/02/26 18:16:03 UTC

[GitHub] elsloo opened a new issue #3363: Log resolver and client IP addresses when ENDS0 client subnet extensions are enabled

elsloo opened a new issue #3363: Log resolver and client IP addresses when ENDS0 client subnet extensions are enabled
URL: https://github.com/apache/trafficcontrol/issues/3363
 
 
   When EDNS0 client subnet extensions are enabled, the subnet supplied by the resolver is not logged. This creates a situation where it's difficult to understand which IP was used for localization of the request, or if the feature is working at all.
   
   Proposed solution is to add the `rhi` field to DNS request log entries and follow similar logic as we do with HTTP log entries. That is, when EDNS0 client subnet extensions are enabled and a subnet is sent from a resolver, the `rhi` field will contain the resolver's IP address, while `chi` will contain the client subnet. When it is disabled (default) or no client subnet is sent, the `chi` field contains the resolver's IP address, as it is implicitly the client, and the `rhi` field will contain only a dash, or `rhi=-`.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services