-
Notifications
You must be signed in to change notification settings - Fork 30.3k
New issue
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
aix: os.networkInterfaces produces inconsistent output #14119
Comments
gireeshpunathil
added
os
Issues and PRs related to the os subsystem.
aix
Issues and PRs related to the AIX platform.
labels
Jul 7, 2017
2 tasks
gireeshpunathil
changed the title
aix: from os.networkInterfaces produces inconsistent output
aix: os.networkInterfaces produces inconsistent output
Jul 7, 2017
So here is the obvious reason - it is unimplemented - neither netmask nor mac. |
the values were essentially garbage, neatly formatted as IP addresses. |
richardlau
added
the
libuv
Issues and PRs related to the libuv dependency or the uv binding.
label
Jul 7, 2017
gireeshpunathil
added a commit
to gireeshpunathil/libuv
that referenced
this issue
Jul 8, 2017
uv_interface_addresses API extracts the network interface entries. In AIX, this was not fully implemented. retrieve the network mask and the mac addresses. Fixes: nodejs/node#14119
gireeshpunathil
added a commit
to gireeshpunathil/libuv
that referenced
this issue
Jul 8, 2017
uv_interface_addresses API extracts the network interface entries. In AIX, this was not fully implemented. retrieve the network mask and the mac addresses. Fixes: nodejs/node#14119
gireeshpunathil
added a commit
to gireeshpunathil/libuv
that referenced
this issue
Jul 9, 2017
uv_interface_addresses API extracts the network interface entries. In AIX, this was not fully implemented. retrieve the network mask and the mac addresses. Fixes: nodejs/node#14119
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
produces this error:
basically the netmask (and sometimes the mac value too) keeps changing.
The text was updated successfully, but these errors were encountered: