Luca Fornerone

Results 4 comments of Luca Fornerone

hi @natterstefan! yes, sorry. I'll make a commit when it's all right.

It's ready. I had to adapt linux tests, 'arp' output is a little bit different from 'ip' output.

The problem is https://www.npmjs.com/package/ip related. In ip's code (/lib/ip.js) I replaced all 'new Buffer(x)' with 'new Buffer.alloc(x)', now I no longer receive DeprecationWarning message.