We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
en0
in https://github.com/athena-oss/athena/blob/master/lib/shared/functions.os.sh#L603 the _get_host_ip_for_mac is expecting the host IP on device en0 which is not always the same. To improve this situation we should at least (thinking of IPv4/v6) go through en* and take the first private IPv4 address we find
_get_host_ip_for_mac
The text was updated successfully, but these errors were encountered:
@savar see PR #46 for a possible solution
Sorry, something went wrong.
No branches or pull requests
in https://github.com/athena-oss/athena/blob/master/lib/shared/functions.os.sh#L603 the
_get_host_ip_for_mac
is expecting the host IP on device en0 which is not always the same. To improve this situation we should at least (thinking of IPv4/v6) go through en* and take the first private IPv4 address we findThe text was updated successfully, but these errors were encountered: