Skip Menu |

This queue is for tickets about the Net-DHCP CPAN distribution.

Report information
The Basics
Id: 43022
Status: resolved
Priority: 0/
Queue: Net-DHCP

People
Owner: Nobody in particular
Requestors: sjors.vanmaris [...] kpn.com
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.66
Fixed in: (no value)



Subject: Option 82 is not working correct
There is a problem using option 82 with sending a DHCP packet. In Net::DHCP::Constants: # DHO_DHCP_AGENT_OPTIONS() => 'relays' # rfc3046 A workaround is to define: DHO_DHCP_AGENT_OPTIONS() => 'string' # rfc3046
i agree, this needs to be handled properly. i have put this to string for now. additionally i have added all the 82 sub options to Constants.pm these will be included in the next release, then i will look at additional functionality to pack and unpack suboptions.