From: Razvan Becheriu Date: Wed, 18 Sep 2024 09:14:09 +0000 (+0300) Subject: [#3536] add namespace to .mes files X-Git-Tag: Kea-2.7.4~118 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=a52683f61485b8e86642b34645e94886ea4d1955;p=thirdparty%2Fkea.git [#3536] add namespace to .mes files --- diff --git a/src/hooks/dhcp/mysql_hb/mysql_hb_messages.mes b/src/hooks/dhcp/mysql_hb/mysql_hb_messages.mes index aab194a06a..21b703a232 100644 --- a/src/hooks/dhcp/mysql_hb/mysql_hb_messages.mes +++ b/src/hooks/dhcp/mysql_hb/mysql_hb_messages.mes @@ -1,3 +1,11 @@ +# Copyright (C) 2024 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 +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +$NAMESPACE isc::dhcp + % MYSQL_HB_DB opening MySQL hosts database: %1 Logged at debug log level 50. This informational message is logged when a DHCP server (either V4 or diff --git a/src/hooks/dhcp/mysql_lb/mysql_lb_messages.mes b/src/hooks/dhcp/mysql_lb/mysql_lb_messages.mes index b037442c51..33bfa83903 100644 --- a/src/hooks/dhcp/mysql_lb/mysql_lb_messages.mes +++ b/src/hooks/dhcp/mysql_lb/mysql_lb_messages.mes @@ -1,3 +1,11 @@ +# Copyright (C) 2024 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 +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +$NAMESPACE isc::dhcp + % MYSQL_LB_DB opening MySQL lease database: %1 This informational message is logged when a DHCP server (either V4 or V6) is about to open a MySQL lease database. The parameters of the diff --git a/src/hooks/dhcp/pgsql_hb/pgsql_hb_messages.mes b/src/hooks/dhcp/pgsql_hb/pgsql_hb_messages.mes index e0b5336080..d89f56bda2 100644 --- a/src/hooks/dhcp/pgsql_hb/pgsql_hb_messages.mes +++ b/src/hooks/dhcp/pgsql_hb/pgsql_hb_messages.mes @@ -1,3 +1,11 @@ +# Copyright (C) 2024 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 +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +$NAMESPACE isc::dhcp + % PGSQL_HB_DB opening PostgreSQL hosts database: %1 Logged at debug log level 50. This informational message is logged when a DHCP server (either V4 or diff --git a/src/hooks/dhcp/pgsql_lb/pgsql_lb_messages.mes b/src/hooks/dhcp/pgsql_lb/pgsql_lb_messages.mes index 5196812639..52cbb0758c 100644 --- a/src/hooks/dhcp/pgsql_lb/pgsql_lb_messages.mes +++ b/src/hooks/dhcp/pgsql_lb/pgsql_lb_messages.mes @@ -1,3 +1,11 @@ +# Copyright (C) 2024 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 +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +$NAMESPACE isc::dhcp + % PGSQL_LB_DB opening PostgreSQL lease database: %1 This informational message is logged when a DHCP server (either V4 or V6) is about to open a PostgreSQL lease database. The parameters of the