]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[397-cb-implement-mysqlconfigbackenddhcpv6] Further updates in header docs.
authorMarcin Siodelski <marcin@isc.org>
Tue, 16 Apr 2019 11:32:40 +0000 (13:32 +0200)
committerFrancis Dupont <fdupont@isc.org>
Thu, 18 Apr 2019 13:52:51 +0000 (15:52 +0200)
src/hooks/dhcp/mysql_cb/mysql_cb_dhcp6.h
src/lib/dhcpsrv/config_backend_dhcp6.h
src/lib/dhcpsrv/config_backend_pool_dhcp6.h

index 502c77a2d9962cb58c251336dc1aa95ed5162c3a..a6d65f37e4084c5ebaa94ae0002b0e6080d29602 100644 (file)
@@ -425,7 +425,7 @@ public:
     ///
     /// @param server_selector Server selector.
     /// @param pool_start_address Lower bound address of the prefix
-    /// delegationpool to which deleted option belongs.
+    /// delegation pool to which deleted option belongs.
     /// @param pool_end_address Upper bound address of the prefix
     /// delegation pool to which the deleted option belongs.
     /// @param code Code of the deleted option.
index 2e14e0252ac55393a1c6885d9b3a4d19c47a8484..a887e327044d57dc798d432905e49f069f97697f 100644 (file)
@@ -267,10 +267,10 @@ public:
     /// @brief Creates or updates prefix delegation pool level option.
     ///
     /// @param server_selector Server selector.
-    /// @param pd_pool_prefix Address part of the prefix of the pd pool
-    /// to which the option belongs.
-    /// @param pd_pool_prefix_length Prefix length of the pd pool to which
-    /// the option belongs.
+    /// @param pd_pool_prefix Address part of the prefix of the prefix
+    /// delegation pool to which the option belongs.
+    /// @param pd_pool_prefix_length Prefix length of the prefix delegayion
+    /// pool to which the option belongs.
     /// @param option Option to be added or updated.
     virtual void
     createUpdateOption6(const db::ServerSelector& server_selector,
@@ -408,10 +408,10 @@ public:
     /// @brief Deletes prefix delegation pool level option.
     ///
     /// @param server_selector Server selector.
-    /// @param pd_pool_prefix Address part of the prefix of the pd pool
-    /// to which the deleted option belongs.
-    /// @param pd_pool_prefix_length Prefix length of the pd pool to which
-    /// the deleted option belongs.
+    /// @param pd_pool_prefix Address part of the prefix of the prefix
+    /// delegation pool to which the deleted option belongs.
+    /// @param pd_pool_prefix_length Prefix length of the prefix delegation
+    /// pool to which the deleted option belongs.
     /// @param code Code of the deleted option.
     /// @param space Option space of the deleted option.
     /// @return Number of deleted options.
index ab1800c3d6cb582b1e4bf97bbf546229615bb569..f26fa606e59b47817088c349b73d0221534c7921 100644 (file)
@@ -316,10 +316,10 @@ public:
     ///
     /// @param backend_selector Backend selector.
     /// @param server_selector Server selector.
-    /// @param pd_pool_prefix Address part of the prefix of the pd pool
-    /// to which the option belongs.
-    /// @param pd_pool_prefix_length Prefix length of the pd pool to which
-    /// the option belongs.
+    /// @param pd_pool_prefix Address part of the prefix of the prefix
+    /// delegation pool to which the option belongs.
+    /// @param pd_pool_prefix_length Prefix length of the prefix
+    /// delegation pool to which the option belongs.
     /// @param option Option to be added or updated.
     virtual void
     createUpdateOption6(const db::BackendSelector& backend_selector,
@@ -489,10 +489,10 @@ public:
     ///
     /// @param backend_selector Backend selector.
     /// @param server_selector Server selector.
-    /// @param pd_pool_prefix Address part of the prefix of the pd pool
-    /// to which the deleted option belongs.
-    /// @param pd_pool_prefix_length Prefix length of the pd pool to which
-    /// the deleted option belongs.
+    /// @param pd_pool_prefix Address part of the prefix of the prefix
+    /// delegation pool to which the deleted option belongs.
+    /// @param pd_pool_prefix_length Prefix length of the prefix delegation
+    /// pool to which the deleted option belongs.
     /// @param code Code of the deleted option.
     /// @param space Option space of the deleted option.
     /// @return Number of deleted options.