]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[717-mysql_cb-extend-the-backend-with-the-ability-to-associate-the-subnets-with-the...
authorFrancis Dupont <fdupont@isc.org>
Wed, 10 Jul 2019 20:05:55 +0000 (22:05 +0200)
committerMarcin Siodelski <marcin@isc.org>
Fri, 12 Jul 2019 15:58:16 +0000 (11:58 -0400)
src/lib/dhcpsrv/config_backend_dhcp4.h
src/lib/dhcpsrv/config_backend_dhcp6.h

index 188bcb7202e1b1e531d3f4fa32273ff4833a66ee..6b6153ebb4ad378fc9037946eff5e430ec6a9664 100644 (file)
@@ -123,7 +123,7 @@ public:
 
     /// @brief Retrieves all subnets belonging to a specified shared network.
     ///
-    /// Allowed server selectors:ANY.
+    /// Allowed server selectors: ANY.
     /// Not allowed server selectors: UNASSIGNED, ALL, ONE, MULTIPLE.
     ///
     /// @param server_selector Server selector.
index 0e4a843bb16a6a5852a269019523227192615f76..003e0c34897971b160c01c5605e928cb5c93cb83 100644 (file)
@@ -124,7 +124,7 @@ public:
 
     /// @brief Retrieves all subnets belonging to a specified shared network.
     ///
-    /// Allowed server selectors:ANY.
+    /// Allowed server selectors: ANY.
     /// Not allowed server selectors: UNASSIGNED, ALL, ONE, MULTIPLE.
     ///
     /// @param server_selector Server selector.