-
Notifications
You must be signed in to change notification settings - Fork 30.1k
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
doc: os.networkInterfaces()
example outdated
#25408
Labels
doc
Issues and PRs related to the documentations.
good first issue
Issues that are suitable for first-time contributors.
os
Issues and PRs related to the os subsystem.
Comments
mscdex
added
doc
Issues and PRs related to the documentations.
os
Issues and PRs related to the os subsystem.
good first issue
Issues that are suitable for first-time contributors.
labels
Jan 9, 2019
i will work on it this afternoon 😎 |
3 tasks
BridgeAR
pushed a commit
to BridgeAR/node
that referenced
this issue
Jan 16, 2019
The os.networkInterfaces() example was outdated as the IPv6 interfaces did not include the scopeid property, now they do. PR-URL: nodejs#25417 Fixes: nodejs#25408 Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Weijia Wang <starkwang@126.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
doc
Issues and PRs related to the documentations.
good first issue
Issues that are suitable for first-time contributors.
os
Issues and PRs related to the os subsystem.
The
os.networkInterfaces()
example is outdated as the IPv6 interfaces do not include thescopeid
property.The text was updated successfully, but these errors were encountered: