BIND 10 #1540: dhcp code refactor: Pkt6 and Options for DHCPv6 (was: dhcp code refactor/clean-up, part 1)

BIND 10 Development do-not-reply at isc.org
Wed Jan 11 14:34:10 UTC 2012


#1540: dhcp code refactor: Pkt6 and Options for DHCPv6
-------------------------------------+-------------------------------------
                   Reporter:  tomek  |                 Owner:  tomek
                       Type:         |                Status:  accepted
  enhancement                        |             Milestone:  DHCP 2012
                   Priority:  major  |            Resolution:
                  Component:  dhcp   |             Sensitive:  0
                   Keywords:         |           Sub-Project:  DHCP
            Defect Severity:  N/A    |  Estimated Difficulty:  0
Feature Depending on Ticket:         |           Total Hours:  0
        Add Hours to Ticket:  0      |
                  Internal?:  0      |
-------------------------------------+-------------------------------------
Description changed by tomek:

Old description:

> To meet end of 2011 deadline, some features had to be implemented in less
> than optimal mannter. This ticket will contains assorted fixes, small
> improvements and general  code refactoring.

New description:

 To meet end of 2011 deadline, some features had to be implemented in less
 than optimal mannter. This ticket will contains assorted fixes, small
 improvements and general  code refactoring.

 1. Pkt6 and DHCPv6 Options should use the same approach as Pkt4 and DHCPv4
 options (i.e. don't use shared_array<uint8_t>, but rather vector<uint8_t>,
 possibly with shared_ptr<> if needed.

 2. Define types for commonly used pointers.

--

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


More information about the bind10-tickets mailing list