infusion / node-dhcp

A DHCP server and client written in pure JavaScript
https://raw.org/article/a-pure-javascript-dhcp-implementation/
MIT License
299 stars 75 forks source link

Static is a reserved word #30

Closed roccomuso closed 6 years ago

roccomuso commented 6 years ago

In the newest node versions static is a reserved word: https://github.com/infusion/node-dhcp/blob/master/lib/dhcp.js#L264

Consider renaming it in _static or something like that.

infusion commented 6 years ago

Thanks, fixed!