Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
Kea
Commits
c4159fc5
Commit
c4159fc5
authored
Oct 30, 2012
by
Marcin Siodelski
Browse files
[2318] Minor changes in comments, suggested in the code review.
parent
698ad7c5
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/bin/dhcp6/config_parser.cc
View file @
c4159fc5
...
...
@@ -142,6 +142,9 @@ protected:
///
/// For overview of usability of this generic purpose parser, see
/// \ref dhcpv6-config-inherit page.
///
/// @todo this class should be turned into the template class which
/// will handle all uintX_types of data (see ticket #2415).
class
Uint32Parser
:
public
DhcpConfigParser
{
public:
...
...
@@ -484,6 +487,12 @@ protected:
/// and data carried by the option. If parsing is successful than
/// instance of an option is created and added to the storage provided
/// by the calling class.
///
/// @todo This class parses and validates option name. However it is
/// not used anywhere util support for option spaces is implemented
/// (see tickets #2319, #2314). When option spaces are implemented
/// there will be a way to reference the particular option using
/// its type (code) or option name.
class
OptionDataParser
:
public
DhcpConfigParser
{
public:
...
...
src/bin/dhcp6/dhcp6.dox
View file @
c4159fc5
...
...
@@ -76,4 +76,6 @@
simple as possible. In fact, currently the code has to call Subnet6->getT1() and
do not implement any fancy inheritance logic.
@todo Add section about setting up options and their definitions with bindctl.
*/
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment