summaryrefslogtreecommitdiff
path: root/node.gyp
diff options
context:
space:
mode:
authorMudit Ameta <zeusdeux@gmail.com>2017-07-16 11:51:44 -0400
committerRefael Ackermann <refack@gmail.com>2017-08-14 15:43:10 -0400
commit4a6b678070f5e2ba0f0200a1a4b9a31dd0b60dac (patch)
tree72f08286273aebed7d634ab5a9933c2438487144 /node.gyp
parentafe68c18682579d19a0cc37566e2edda73481dc6 (diff)
downloadandroid-node-v8-4a6b678070f5e2ba0f0200a1a4b9a31dd0b60dac.tar.gz
android-node-v8-4a6b678070f5e2ba0f0200a1a4b9a31dd0b60dac.tar.bz2
android-node-v8-4a6b678070f5e2ba0f0200a1a4b9a31dd0b60dac.zip
os: add CIDR support
This patch adds support for CIDR notation to the output of the `networkInterfaces()` method PR-URL: https://github.com/nodejs/node/pull/14307 Fixes: https://github.com/nodejs/node/issues/14006 Reviewed-By: Roman Reiss <me@silverwind.io> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: Timothy Gu <timothygu99@gmail.com>
Diffstat (limited to 'node.gyp')
-rw-r--r--node.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/node.gyp b/node.gyp
index 81f549f8b6..040e38223d 100644
--- a/node.gyp
+++ b/node.gyp
@@ -91,6 +91,7 @@
'lib/internal/linkedlist.js',
'lib/internal/net.js',
'lib/internal/module.js',
+ 'lib/internal/os.js',
'lib/internal/process/next_tick.js',
'lib/internal/process/promises.js',
'lib/internal/process/stdio.js',