diff options
author | Francis Dupont <fdupont@isc.org> | 2018-11-19 18:52:29 +0100 |
---|---|---|
committer | Francis Dupont <fdupont@isc.org> | 2018-11-22 23:13:47 +0100 |
commit | d0985556e1ca75249aba554435e0576075a8192f (patch) | |
tree | 13b77b50a12047abbf53c2e1b740693f349296f3 /src/bin/dhcp4/parser_context.h | |
parent | [65-libyang-simplify-update-models] Removed defaults (diff) | |
download | kea-d0985556e1ca75249aba554435e0576075a8192f.tar.xz kea-d0985556e1ca75249aba554435e0576075a8192f.zip |
[65-libyang-simplify-update-models] Added new entries - fixed syntax
Diffstat (limited to 'src/bin/dhcp4/parser_context.h')
-rw-r--r-- | src/bin/dhcp4/parser_context.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/bin/dhcp4/parser_context.h b/src/bin/dhcp4/parser_context.h index a9a35ea2c2..ae95f02c07 100644 --- a/src/bin/dhcp4/parser_context.h +++ b/src/bin/dhcp4/parser_context.h @@ -88,6 +88,9 @@ public: /// This will parse the input as dhcp-ddns. PARSER_DHCP_DDNS, + /// This will parse the input as config-control. + PARSER_CONFIG_CONTROL, + /// This will parse the content of Logging. PARSER_LOGGING } ParserType; |