Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

os: add netmask to interfaces information #4883

Closed
wants to merge 2 commits into from
Closed

os: add netmask to interfaces information #4883

wants to merge 2 commits into from

Conversation

upsuper
Copy link

@upsuper upsuper commented Mar 1, 2013

This patch depends on joyent/libuv#730

@@ -223,9 +223,11 @@

if (interfaces[i].address.address4.sin_family == AF_INET) {
uv_ip4_name(&interfaces[i].address.address4,ip, sizeof(ip));
uv_ip4_name(&interfaces[i].netmask.address4,netmask, sizeof(netmask));
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Style. (I see you followed what the line above does.)

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bnoordhuis Do you mean there should be a space after the comma? Should I fix the line above at the same time?

@wanderview
Copy link

Sorry, I think this might be a duplicate of #4743. Got buried in the pull request queue. I doubt this will get looked at until after v0.10 is released.

@upsuper
Copy link
Author

upsuper commented Mar 2, 2013

@wanderview Sorry for not checking before creating the pull request.

@upsuper upsuper closed this Mar 2, 2013
@wanderview
Copy link

No problem as long we get netmasks! :-)

@upsuper upsuper deleted the patch-2 branch March 2, 2013 10:28
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants