@@ -81,7 +81,7 @@ class ConfigBackendDHCPv4 : public cb::BaseConfigBackend {
8181 // / @brief Retrieves shared networks modified after specified time.
8282 // /
8383 // / @param selector Server selector.
84- // / @param Lower bound shared network modification time.
84+ // / @param modification_time Lower bound shared network modification time.
8585 // / @return Collection of shared network or empty collection if
8686 // / no shared network found.
8787 virtual SharedNetwork4Collection
@@ -176,9 +176,11 @@ class ConfigBackendDHCPv4 : public cb::BaseConfigBackend {
176176 // /
177177 // / @param selector Server selector.
178178 // / @param subnet_id Identifier of a subnet to which option belongs.
179+ // / @param option Option to be added or updated.
179180 virtual void
180181 createUpdateOption4 (const db::ServerSelector& selector,
181- const SubnetID& subnet_id, const OptionPtr& option) = 0 ;
182+ const SubnetID& subnet_id,
183+ const OptionPtr& option) = 0 ;
182184
183185 // / @brief Creates or updates pool level option.
184186 // /
@@ -187,6 +189,7 @@ class ConfigBackendDHCPv4 : public cb::BaseConfigBackend {
187189 // / the option belongs.
188190 // / @param pool_end_address Upper bound address of the pool to which the
189191 // / option belongs.
192+ // / @param option Option to be added or updated.
190193 virtual void
191194 createUpdateOption4 (const db::ServerSelector& selector,
192195 const asiolink::IOAddress& pool_start_address,
@@ -288,8 +291,10 @@ class ConfigBackendDHCPv4 : public cb::BaseConfigBackend {
288291 // / @param selector Server selector.
289292 // / @param pool_start_address Lower bound address of the pool to which
290293 // / deleted option belongs.
291- // / @param pool_end_start Upper bound address of the pool to which the
294+ // / @param pool_end_address Upper bound address of the pool to which the
292295 // / deleted option belongs.
296+ // / @param code Code of the deleted option.
297+ // / @param space Option space of the deleted option.
293298 virtual void
294299 deleteOption4 (const db::ServerSelector& selector,
295300 const asiolink::IOAddress& pool_start_address,
0 commit comments