Add a todo note. Closes #302

This commit is contained in:
dmiller 2026-05-04 19:56:22 +00:00
parent 7a0c8b890b
commit 36e2bf126d

View file

@ -411,6 +411,7 @@ function dhcp_build(request_type, ip_address, mac_address, options, request_opti
if(request_options == nil) then if(request_options == nil) then
-- Request the defaults, or there's no verbosity; otherwise, request everything! -- Request the defaults, or there's no verbosity; otherwise, request everything!
-- TODO: Make scripts decide this, not the library.
request_options = strbuf.new() request_options = strbuf.new()
for i,v in pairs(actions) do for i,v in pairs(actions) do
if(v.default or nmap.verbosity() > 0) then if(v.default or nmap.verbosity() > 0) then