Comparing version 0.2.8 to 0.2.9
@@ -14,6 +14,2 @@ #!/usr/bin/env node | ||
dhcp.on('bound', function(state) { | ||
console.log(state); | ||
}); | ||
for (var arg in argv) { | ||
@@ -46,2 +42,6 @@ if (arg === '_') { | ||
server.on('bound', function(state) { | ||
console.log(state); | ||
}); | ||
server.listen(); |
@@ -356,3 +356,3 @@ /** | ||
handleRequest: function(req) { | ||
console.log('Handle Request', req); | ||
//console.log('Handle Request', req); | ||
@@ -359,0 +359,0 @@ var lease = this._state[req.chaddr] = this._state[req.chaddr] || new Lease; |
{ | ||
"name": "dhcp", | ||
"title": "dhcp", | ||
"version": "0.2.8", | ||
"version": "0.2.9", | ||
"homepage": "https://github.com/infusion/node-dhcp", | ||
@@ -6,0 +6,0 @@ "bugs": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
73216