BIND 10 #1368: DHCP: ORO and PRL options support

BIND 10 Development do-not-reply at isc.org
Fri Nov 4 11:49:02 UTC 2011


#1368: DHCP: ORO and PRL options support
-------------------------------+-----------------------------------------
            Reporter:  tomek   |                        Owner:
                Type:  defect  |                       Status:  new
            Priority:  minor   |                    Milestone:  DHCP 2011
           Component:  dhcp    |                     Keywords:
           Sensitive:  0       |              Defect Severity:  N/A
         Sub-Project:  DHCP    |  Feature Depending on Ticket:
Estimated Difficulty:  0       |          Add Hours to Ticket:  0
         Total Hours:  0       |                    Internal?:  0
-------------------------------+-----------------------------------------
 Option Request Option and Parameter Request List are options that contain
 an array of uint16_t and uint8_t, respectively. While this can be handled
 by the base Option class, it seems more convenient to have dedicated
 class.

 It may be even more generic, so should support both DHCPv4 and DHCPv6. It
 should support arrays with types uint8_t, uint16_t and uint32_t.

 In many cases, such list is degraded and contains only a single value, so
 getValue() and setValue() methods would be useful.

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


More information about the bind10-tickets mailing list