///
/// @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.
/// @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,
/// @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.
///
/// @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,
///
/// @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.