summaryrefslogtreecommitdiffstats
path: root/src/bin/dhcp4/parser_context.h
diff options
context:
space:
mode:
authorFrancis Dupont <fdupont@isc.org>2018-11-19 18:52:29 +0100
committerFrancis Dupont <fdupont@isc.org>2018-11-22 23:13:47 +0100
commitd0985556e1ca75249aba554435e0576075a8192f (patch)
tree13b77b50a12047abbf53c2e1b740693f349296f3 /src/bin/dhcp4/parser_context.h
parent[65-libyang-simplify-update-models] Removed defaults (diff)
downloadkea-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.h3
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;