From 874f87bdfd284fd720483bb8a6339a821a009be5 Mon Sep 17 00:00:00 2001 From: Francis Dupont Date: Thu, 11 Jul 2019 15:16:07 +0200 Subject: [PATCH] [712-cb_cmds-add-support-for-server-tags-in-the-shared-networks] Added a note about supported even not (yet) allowed selectors --- src/lib/dhcpsrv/testutils/test_config_backend_dhcp4.h | 4 ++++ src/lib/dhcpsrv/testutils/test_config_backend_dhcp6.h | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/src/lib/dhcpsrv/testutils/test_config_backend_dhcp4.h b/src/lib/dhcpsrv/testutils/test_config_backend_dhcp4.h index 910e2a76ee..22f475a61b 100644 --- a/src/lib/dhcpsrv/testutils/test_config_backend_dhcp4.h +++ b/src/lib/dhcpsrv/testutils/test_config_backend_dhcp4.h @@ -30,6 +30,10 @@ namespace test { /// commands which manpiluate the configuration information stored in the /// database. /// +/// Supported server selectors are usually a super set of the allowed +/// selectors so no code change could be needed if we decide to extend +/// the configuration backend. +/// /// This backend stores server configuration information in memory. class TestConfigBackendDHCPv4 : public TestConfigBackend { public: diff --git a/src/lib/dhcpsrv/testutils/test_config_backend_dhcp6.h b/src/lib/dhcpsrv/testutils/test_config_backend_dhcp6.h index 65410d904c..15c0b12c4e 100644 --- a/src/lib/dhcpsrv/testutils/test_config_backend_dhcp6.h +++ b/src/lib/dhcpsrv/testutils/test_config_backend_dhcp6.h @@ -30,6 +30,10 @@ namespace test { /// commands which manpiluate the configuration information stored in the /// database. /// +/// Supported server selectors are usually a super set of the allowed +/// selectors so no code change could be needed if we decide to extend +/// the configuration backend. +/// /// This backend stores server configuration information in memory. class TestConfigBackendDHCPv6 : public TestConfigBackend { public: -- 2.47.2