BIND 10 #3200: DHCPv4 Parameter Request List Option is not handled correctly.

BIND 10 Development do-not-reply at isc.org
Tue Oct 22 08:26:08 UTC 2013


#3200: DHCPv4 Parameter Request List Option is not handled correctly.
-------------------------------------+-------------------------------------
            Reporter:  marcin        |                        Owner:
                Type:  defect        |  UnAssigned
            Priority:  high          |                       Status:
           Component:  dhcp4         |  reviewing
            Keywords:                |                    Milestone:
           Sensitive:  0             |  Sprint-DHCP-20131016
         Sub-Project:  DHCP          |                   Resolution:
Estimated Difficulty:  0             |                 CVSS Scoring:
         Total Hours:  0             |              Defect Severity:  High
                                     |  Feature Depending on Ticket:
                                     |          Add Hours to Ticket:  0
                                     |                    Internal?:  0
-------------------------------------+-------------------------------------
Changes (by marcin):

 * owner:   => UnAssigned
 * status:  new => reviewing
 * milestone:  DHCP Outstanding Tasks => Sprint-DHCP-20131016


Comment:

 The PRL option is now represented by the OptionUint8Array class. The
 existing unit tests for PRL option were insufficient, because they were
 not able to detect that the type of the option was invalid. I fixed the
 test so as it now unpacks the option from the buffer holding an option in
 the wire format. If there is a mismatch between the option definition and
 the type to which the option is cast, the test will now catch the
 resulting option instance being NULL.

 The proposed changelog entry:
 {{{
 6XX.    [bug]           marcin
         b10-dhcp4: Fix a bug whereby the Parameter Request List was not
 parsed
         by the server and requested DHCPv4 options were not returned to
 the
         client.
         (Trac #3200, git abcd)

 }}}

-- 
Ticket URL: <http://bind10.isc.org/ticket/3200#comment:1>
BIND 10 Development <http://bind10.isc.org>
BIND 10 Development


More information about the bind10-tickets mailing list