You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Problem:
* Current logic checks for all IPV4 addresses and perform reverse lookup.
* With container environments, they will include overlay network as well
* and incorrect host domains are obtained.
* Implementation:
* Use dnsdomainname when available to obtain host domain name.
* Fallback to reverse lookup in other cases(very rare).
* Testing: tested chapi on both Ubuntu and RHEL hosts.
* Review: gcostea, rkumar
Signed-off-by: Shiva Krishna, Merla <[email protected]>
0 commit comments