From: Marcin Siodelski Date: Tue, 16 Apr 2019 11:32:40 +0000 (+0200) Subject: [397-cb-implement-mysqlconfigbackenddhcpv6] Further updates in header docs. X-Git-Tag: Kea-1.6.0-beta~240 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a44694a04cc1f885084eb375f49993e10ef23f0a;p=thirdparty%2Fkea.git [397-cb-implement-mysqlconfigbackenddhcpv6] Further updates in header docs. --- diff --git a/src/hooks/dhcp/mysql_cb/mysql_cb_dhcp6.h b/src/hooks/dhcp/mysql_cb/mysql_cb_dhcp6.h index 502c77a2d9..a6d65f37e4 100644 --- a/src/hooks/dhcp/mysql_cb/mysql_cb_dhcp6.h +++ b/src/hooks/dhcp/mysql_cb/mysql_cb_dhcp6.h @@ -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. diff --git a/src/lib/dhcpsrv/config_backend_dhcp6.h b/src/lib/dhcpsrv/config_backend_dhcp6.h index 2e14e0252a..a887e32704 100644 --- a/src/lib/dhcpsrv/config_backend_dhcp6.h +++ b/src/lib/dhcpsrv/config_backend_dhcp6.h @@ -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. diff --git a/src/lib/dhcpsrv/config_backend_pool_dhcp6.h b/src/lib/dhcpsrv/config_backend_pool_dhcp6.h index ab1800c3d6..f26fa606e5 100644 --- a/src/lib/dhcpsrv/config_backend_pool_dhcp6.h +++ b/src/lib/dhcpsrv/config_backend_pool_dhcp6.h @@ -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.