]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[712-cb_cmds-add-support-for-server-tags-in-the-shared-networks] Added a note about...
authorFrancis Dupont <fdupont@isc.org>
Thu, 11 Jul 2019 13:16:07 +0000 (15:16 +0200)
committerFrancis Dupont <fdupont@isc.org>
Fri, 12 Jul 2019 17:21:09 +0000 (19:21 +0200)
src/lib/dhcpsrv/testutils/test_config_backend_dhcp4.h
src/lib/dhcpsrv/testutils/test_config_backend_dhcp6.h

index 910e2a76eea6a196e519b621e0e741b026a16f14..22f475a61bf892494962dc6983c74d7eb2f6fccf 100644 (file)
@@ -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<ConfigBackendDHCPv4> {
 public:
index 65410d904c4f65aff926342849ffe1f20abe5dcf..15c0b12c4eb1286cdca145c19467abbdc1549d98 100644 (file)
@@ -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<ConfigBackendDHCPv6> {
 public: