From: Francis Dupont Date: Fri, 12 Jul 2019 20:48:42 +0000 (+0200) Subject: [712-cb_cmds-add-support-for-server-tags-in-the-shared-networks] Improved supported... X-Git-Tag: Kea-1.6.0-beta2~50 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=59d0dbe90603db47f93e00238fb2eb6bc9cb29ce;p=thirdparty%2Fkea.git [712-cb_cmds-add-support-for-server-tags-in-the-shared-networks] Improved supported selector comments --- diff --git a/src/lib/dhcpsrv/testutils/test_config_backend_dhcp4.h b/src/lib/dhcpsrv/testutils/test_config_backend_dhcp4.h index 22f475a61b..20cde9869f 100644 --- a/src/lib/dhcpsrv/testutils/test_config_backend_dhcp4.h +++ b/src/lib/dhcpsrv/testutils/test_config_backend_dhcp4.h @@ -30,9 +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. +/// Server selectors supported by this test configuration backend are a +/// superset of the server selectors allowed by the API. Therefore, if +/// additional server selectors are allowed by the API in the future +/// this backend should not require any additional changes to support them. /// /// This backend stores server configuration information in memory. class TestConfigBackendDHCPv4 : public TestConfigBackend { diff --git a/src/lib/dhcpsrv/testutils/test_config_backend_dhcp6.h b/src/lib/dhcpsrv/testutils/test_config_backend_dhcp6.h index 15c0b12c4e..e598df977a 100644 --- a/src/lib/dhcpsrv/testutils/test_config_backend_dhcp6.h +++ b/src/lib/dhcpsrv/testutils/test_config_backend_dhcp6.h @@ -30,9 +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. +/// Server selectors supported by this test configuration backend are a +/// superset of the server selectors allowed by the API. Therefore, if +/// additional server selectors are allowed by the API in the future +/// this backend should not require any additional changes to support them. /// /// This backend stores server configuration information in memory. class TestConfigBackendDHCPv6 : public TestConfigBackend {