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

Unknown option errors #17

Open mStirner opened 6 years ago

mStirner commented 6 years ago

Hello,

how can i mute this errors messages ?

Unknown option 128 undefined Unknown option 129 undefined Unknown option 130 undefined Unknown option 131 undefined Unknown option 132 undefined Unknown option 133 undefined Unknown option 134 undefined Unknown option 135 undefined

infusion commented 6 years ago

Uhm, I was thinking about adding them, but they all seem vendor specific PXE options: https://www.iana.org/assignments/bootp-dhcp-parameters/bootp-dhcp-parameters.xhtml

Do you just want to suppress the notifications? What do you think about an config option to list dhcp option numbers as an array to be ignored?

mStirner commented 6 years ago

i agree with the idea of an array to suppress the notifications.

infusion commented 5 years ago

What do you think how we should tread this ticket now? A muting option does not seem that good after some time of thought.