jrushford commented on pull request #5767: URL: https://github.com/apache/trafficserver/pull/5767#issuecomment-663781009
@SolidWallOfCode there is a Machine::is_self(const char *name) and a Machine::is_self(const IPaddr *ipaddr). at ATS startup, the IP's of all the configured network interfaces are in a map, is_self(ipaddr) will tell you if the ipaddr is it self. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
