Skip to content
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

si.networkInterfaces() does not list all the interfaces #903

Open
narmatha291289 opened this issue Apr 8, 2024 · 0 comments
Open

si.networkInterfaces() does not list all the interfaces #903

narmatha291289 opened this issue Apr 8, 2024 · 0 comments

Comments

@narmatha291289
Copy link

Describe the bug
The si.networkInterfaces() does not list all the interfaces present on the machine.

Reason
Network interfaces are fetched using os.networkInterfaces(), but it is not listing all the interfaces. This issue is tracked in the Node.js repository: os.networkInterfaces does not list all interfaces.

Current Output
There are 3 interfaces (lo - loopback interface, ens160 - active interface, ens192 - inactive interface) on the machine. However, only 2 interfaces (lo and ens160) are listed.

Expected behavior
All 3 interfaces (lo, ens160, and ens192) should be listed.

Environment:

  • OS: Ubuntu 22

Additional Info

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant