From a746049d4df3e53765b97b5098aa186df62a7532 Mon Sep 17 00:00:00 2001 From: Francis Dupont Date: Sat, 16 Mar 2019 00:26:09 +0100 Subject: [PATCH] [430-configure-location-of-datadir] Updated keywords list --- src/lib/dhcpsrv/parsers/simple_parser6.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 }, -- 2.47.2