BIND 10 #3295: Refactor DHCPv6 code which processes Client FDQN option.

BIND 10 Development do-not-reply at isc.org
Fri Jan 17 16:28:46 UTC 2014


#3295: Refactor DHCPv6 code which processes Client FDQN option.
-------------------------------------+-------------------------------------
                   Reporter:         |                 Owner:
  marcin                             |                Status:  new
                       Type:         |             Milestone:  DHCP-
  enhancement                        |  Kea1.0-alpha
                   Priority:  high   |              Keywords:
                  Component:  dhcp-  |             Sensitive:  0
  ddns                               |           Sub-Project:  DHCP
               CVSS Scoring:         |  Estimated Difficulty:  0
            Defect Severity:  N/A    |           Total Hours:  0
Feature Depending on Ticket:         |
        Add Hours to Ticket:  0      |
                  Internal?:  0      |
-------------------------------------+-------------------------------------
 The DHCPv6 server code, which processes the Client FQDN option has to be
 refactored. Currently, the FQDN option is not appended to the server's
 response until the very end of message processing. At the end of message
 processing we check if option was requested or not. If it was, it is
 appended to the response.

 We think it is better to append the option to the response as soon as the
 option is generated. This will eliminate the need to pass the option in a
 separate variable all the way through different functions. This will
 simplify the code.

-- 
Ticket URL: <http://bind10.isc.org/ticket/3295>
BIND 10 Development <http://bind10.isc.org>
BIND 10 Development


More information about the bind10-tickets mailing list