mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-29 13:07:50 +00:00
spelling: committing
This commit is contained in:
parent
205f8b08b6
commit
c9cc10db5d
@ -420,7 +420,7 @@ configureDhcp4Server(Dhcpv4Srv&, isc::data::ConstElementPtr config_set,
|
||||
// Revert any runtime option definitions configured so far and not committed.
|
||||
LibDHCP::revertRuntimeOptionDefs();
|
||||
// Let's set empty container in case a user hasn't specified any configuration
|
||||
// for option definitions. This is equivalent to commiting empty container.
|
||||
// for option definitions. This is equivalent to committing empty container.
|
||||
LibDHCP::setRuntimeOptionDefs(OptionDefSpaceContainer());
|
||||
|
||||
// Answer will hold the result.
|
||||
|
@ -615,7 +615,7 @@ configureDhcp6Server(Dhcpv6Srv&, isc::data::ConstElementPtr config_set,
|
||||
// Revert any runtime option definitions configured so far and not committed.
|
||||
LibDHCP::revertRuntimeOptionDefs();
|
||||
// Let's set empty container in case a user hasn't specified any configuration
|
||||
// for option definitions. This is equivalent to commiting empty container.
|
||||
// for option definitions. This is equivalent to committing empty container.
|
||||
LibDHCP::setRuntimeOptionDefs(OptionDefSpaceContainer());
|
||||
|
||||
// This is a way to convert ConstElementPtr to ElementPtr.
|
||||
|
@ -123,7 +123,7 @@ public:
|
||||
/// @name Methods managing the collection of configurations.
|
||||
///
|
||||
/// The following methods manage the process of preparing a configuration
|
||||
/// without affecting a currently used configuration and then commiting
|
||||
/// without affecting a currently used configuration and then committing
|
||||
/// the configuration to replace current configuration atomically.
|
||||
/// They also allow for keeping a history of previous configurations so
|
||||
/// as the @c CfgMgr can revert to the historical configuration when
|
||||
|
Loading…
x
Reference in New Issue
Block a user