From: Francis Dupont Date: Fri, 15 Mar 2019 23:26:09 +0000 (+0100) Subject: [430-configure-location-of-datadir] Updated keywords list X-Git-Tag: Kea-1.6.0-beta~367 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a746049d4df3e53765b97b5098aa186df62a7532;p=thirdparty%2Fkea.git [430-configure-location-of-datadir] Updated keywords list --- diff --git a/src/lib/dhcpsrv/parsers/simple_parser6.cc b/src/lib/dhcpsrv/parsers/simple_parser6.cc index 37fd49d240..3db7114676 100644 --- a/src/lib/dhcpsrv/parsers/simple_parser6.cc +++ b/src/lib/dhcpsrv/parsers/simple_parser6.cc @@ -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 },