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
40f36afc
Commit
40f36afc
authored
Jan 26, 2017
by
Tomek Mrugalski
🛰
Browse files
[5019_rebase] New global parser classes documented.
parent
b5c4f9c2
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/bin/dhcp4/json_config_parser.cc
View file @
40f36afc
...
...
@@ -371,6 +371,9 @@ public:
}
};
/// @brief Parser that takes care of global DHCPv6 parameters.
///
/// See @ref parse method for a list of supported parameters.
class
Dhcp4ConfigParser
:
public
isc
::
data
::
SimpleParser
{
public:
...
...
src/bin/dhcp6/json_config_parser.cc
View file @
40f36afc
...
...
@@ -600,6 +600,9 @@ public:
}
};
/// @brief Parser that takes care of global DHCPv6 parameters.
///
/// See @ref parse method for a list of supported parameters.
class
Dhcp6ConfigParser
:
public
isc
::
data
::
SimpleParser
{
public:
...
...
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