]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[712-cb_cmds-add-support-for-server-tags-in-the-shared-networks] Improved supported... 712-cb_cmds-add-support-for-server-tags-in-the-shared-networks
authorFrancis Dupont <fdupont@isc.org>
Fri, 12 Jul 2019 20:48:42 +0000 (22:48 +0200)
committerFrancis Dupont <fdupont@isc.org>
Fri, 12 Jul 2019 20:48:42 +0000 (22:48 +0200)
src/lib/dhcpsrv/testutils/test_config_backend_dhcp4.h
src/lib/dhcpsrv/testutils/test_config_backend_dhcp6.h

index 22f475a61bf892494962dc6983c74d7eb2f6fccf..20cde9869f1ef791715110461e140b791ef7b87d 100644 (file)
@@ -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<ConfigBackendDHCPv4> {
index 15c0b12c4eb1286cdca145c19467abbdc1549d98..e598df977a155122805f2686d695b7dc6f4c996f 100644 (file)
@@ -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<ConfigBackendDHCPv6> {