BIND 10 #2311: Basic OptionDefinition class implementation without suboptions
BIND 10 Development
do-not-reply at isc.org
Thu Oct 4 17:25:54 UTC 2012
#2311: Basic OptionDefinition class implementation without suboptions
-------------------------------+------------------------------------------
Reporter: marcin | Owner: UnAssigned
Type: task | Status: new
Priority: medium | Milestone: DHCP 2012
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
-------------------------------+------------------------------------------
OptionDefinition class represents the option definition for single option
instance. In particular, it holds data type (or data types) conveyed by
the particular option. The data type may be any of predefined option
types, e.g. uint8, uint16 etc, or it can be record of multiple different
data types. Setting option type to 'record' allows to specify data types
carried by the record. It is also possible to provide array indicator
which specifies that there are multiple 'single values' or multiple
'records' within the option. When OptionDefinition instance is created it
returns the most appropriate 'factory' function to create the option for
the specified definition. The 'factory' function uses raw buffer as an
input to create the instance ot the option.
The 'basic' implementation does not provide 'encapsulation' capabilities.
--
Ticket URL: <http://bind10.isc.org/ticket/2311>
BIND 10 Development <http://bind10.isc.org>
BIND 10 Development
More information about the bind10-tickets
mailing list