dhcppython icon indicating copy to clipboard operation
dhcppython copied to clipboard

Trying to sort through code ...

Open Surferpup opened this issue 3 years ago • 1 comments

I am trying to see what it takes to define an option (say 161 "FTP_Server" which is a string). I am not seeing it in the code. Any thoughts?

Surferpup avatar Nov 30 '21 00:11 Surferpup

Hey @Surferpup take a look at options.py (https://github.com/lvfrazao/dhcppython/blob/master/dhcppython/options.py). That is how all of the options are defined in the project.

lvfrazao avatar Dec 04 '21 02:12 lvfrazao