From ab8e48bab59193176a5b17733a862cf21bd8a22a Mon Sep 17 00:00:00 2001 From: Marcin Siodelski Date: Thu, 18 Oct 2018 13:00:20 +0200 Subject: [PATCH] [#93,!63] Added todo to the MySQL query macros. --- src/hooks/dhcp/mysql_cb/mysql_query_macros_dhcp.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/hooks/dhcp/mysql_cb/mysql_query_macros_dhcp.h b/src/hooks/dhcp/mysql_cb/mysql_query_macros_dhcp.h index 15cf1447ab..896499a769 100644 --- a/src/hooks/dhcp/mysql_cb/mysql_query_macros_dhcp.h +++ b/src/hooks/dhcp/mysql_cb/mysql_query_macros_dhcp.h @@ -21,6 +21,9 @@ /// macro is a part of the WHERE clause in the MySQL query. The fixed /// part of the WHERE clause is included in the macro. +/// @todo Update queries to also fetch server tags to associate +/// returned configuration elements with particular servers. + namespace isc { namespace dhcp { -- 2.47.2