From: Francis Dupont Date: Thu, 11 Jul 2019 13:16:07 +0000 (+0200) Subject: [712-cb_cmds-add-support-for-server-tags-in-the-shared-networks] Added a note about... X-Git-Tag: Kea-1.6.0-beta2~52 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=874f87bdfd284fd720483bb8a6339a821a009be5;p=thirdparty%2Fkea.git [712-cb_cmds-add-support-for-server-tags-in-the-shared-networks] Added a note about supported even not (yet) allowed selectors --- 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: