]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[430-configure-location-of-datadir] Updated keywords list
authorFrancis Dupont <fdupont@isc.org>
Fri, 15 Mar 2019 23:26:09 +0000 (00:26 +0100)
committerFrancis Dupont <fdupont@isc.org>
Fri, 15 Mar 2019 23:26:09 +0000 (00:26 +0100)
src/lib/dhcpsrv/parsers/simple_parser6.cc

index 37fd49d240fc14d42d15373860171c3ba117de38..3db71146767a8b942bb09bc67162866054343adc 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2016-2018 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2016-2019 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
@@ -35,6 +35,7 @@ namespace dhcp {
 /// list and map types for entries.
 /// Order follows global_param rule in bison grammar.
 const SimpleKeywords SimpleParser6::GLOBAL6_PARAMETERS = {
+    { "data-directory",               Element::string },
     { "preferred-lifetime",           Element::integer },
     { "valid-lifetime",               Element::integer },
     { "renew-timer",                  Element::integer },