apaprocki / node-dhcpjs

dhcpjs provides native DHCP support in Node.js
MIT License
61 stars 21 forks source link

Changed createDiscoverPacket to createPacket to fix absence of ciaddr. #18

Closed pollyshaw closed 8 years ago

pollyshaw commented 8 years ago

The original example-dhcpinform didn't work for me because it used the createDiscoverPacket method of client.js, which (quite rightly) doesn't send the ciaddr. So I have changed it to use the createPacket method instead.

apaprocki commented 8 years ago

Published 0.5.1