Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMudit Ameta <zeusdeux@gmail.com>2017-07-16 18:51:44 +0300
committerMyles Borins <mylesborins@google.com>2017-09-10 02:42:18 +0300
commit136eea4bcbaa5d2be425c93d31b3923791abcc32 (patch)
tree76c9ccd894774db2fb65cca37596f1a99a5a8842 /node.gyp
parent4205648216e26846530e9883980d2ccb4ab630f0 (diff)
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 81f549f8b63..040e38223da 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',