]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[5213] Last set-config -> config-set
authorFrancis Dupont <fdupont@isc.org>
Tue, 18 Apr 2017 06:16:58 +0000 (08:16 +0200)
committerFrancis Dupont <fdupont@isc.org>
Tue, 18 Apr 2017 06:16:58 +0000 (08:16 +0200)
src/bin/agent/agent_hooks.dox
src/bin/dhcp4/ctrl_dhcp4_srv.h
src/bin/dhcp4/dhcp4_hooks.dox
src/bin/dhcp6/ctrl_dhcp6_srv.h
src/bin/dhcp6/dhcp6_hooks.dox

index 7155a325f7d911188272bfedd87de2245e62c035..20bf584eff2254321c1c07980e3ffe1eafe71262 100644 (file)
@@ -46,7 +46,7 @@ command.
    will only return the list of commands supported by the hook library.
    The callout can modify the command arguments to influence the command
    processing by the Command Manager. For example, it may freely modify
-   the configuration received in 'set-config' before it is processed by
+   the configuration received in 'config-set' before it is processed by
    the server. The SKIP action is not set in this case.
 
  - <b>Next step status</b>: if any callout sets the next step action to SKIP,
index 4fc38365e889cd5ed28a544dcfa373cd3b47e195..eec36885857ec6ba21295ceda8816b0e40e1264f 100644 (file)
@@ -195,9 +195,9 @@ private:
     commandConfigWriteHandler(const std::string& command,
                               isc::data::ConstElementPtr args);
 
-    /// @brief handler for processing 'set-config' command
+    /// @brief handler for processing 'config-set' command
     ///
-    /// This handler processes set-config command, which processes
+    /// This handler processes config-set command, which processes
     /// configuration specified in args parameter.
     /// @param command (parameter ignored)
     /// @param args configuration to be processed. Expected format:
index 7dae8825e5221934221b039624e169cfc22fb08b..62e7c6c46ac082887c19c30171156df75bf53e99 100644 (file)
@@ -331,7 +331,7 @@ to the end of this list.
    will only return the list of commands supported by the hook library.
    The callout can modify the command arguments to influence the command
    processing by the Command Manager. For example, it may freely modify
-   the configuration received in 'set-config' before it is processed by
+   the configuration received in 'config-set' before it is processed by
    the server. The SKIP action is not set in this case.
 
  - <b>Next step status</b>: if any callout sets the next step action to SKIP,
index 0395121a38244fb94b9334ed9fac02ebb8c7b727..b58e329c017042d912881815ad86ce453fae93d5 100644 (file)
@@ -195,9 +195,9 @@ private:
     commandConfigWriteHandler(const std::string& command,
                               isc::data::ConstElementPtr args);
 
-    /// @brief handler for processing 'set-config' command
+    /// @brief handler for processing 'config-set' command
     ///
-    /// This handler processes set-config command, which processes
+    /// This handler processes config-set command, which processes
     /// configuration specified in args parameter.
     /// @param command (parameter ignored)
     /// @param args configuration to be processed. Expected format:
index 20b260628d1e7c5bcb150e847229f6c27bbc65db..894b4da2f0e36fedb528da9021c4e3566df979da 100644 (file)
@@ -373,7 +373,7 @@ to the end of this list.
    will only return the list of commands supported by the hook library.
    The callout can modify the command arguments to influence the command
    processing by the Command Manager. For example, it may freely modify
-   the configuration received in 'set-config' before it is processed by
+   the configuration received in 'config-set' before it is processed by
    the server. The SKIP action is not set in this case.
 
  - <b>Next step status</b>: if any callout sets the next step action to SKIP,