node-dhcp icon indicating copy to clipboard operation
node-dhcp copied to clipboard

features undefined on client

Open zapphyre opened this issue 5 years ago • 0 comments

just run your client example.

out:

Client Listening: 0.0.0.0:68
{ op: 1,
  htype: 1,
  hlen: 6,
  hops: 0,
  xid: 1,
  secs: 0,
  flags: 0,
  ciaddr: '0.0.0.0',
  yiaddr: '0.0.0.0',
  siaddr: '0.0.0.0',
  giaddr: '0.0.0.0',
  chaddr: 'C4-85-08-47-09-05',
  sname: '',
  file: '',
  magicCookie: 1669485411,
  options:
   { '53': 1, '55': [ 0 ], '57': 1500, '61': 'c4:85:08:47:09:05' } }
Unknown option 0 undefined

it's connected to features object in your config.

zapphyre avatar May 30 '20 10:05 zapphyre