Browse Source

[5213] Last set-config -> config-set

Francis Dupont 8 years ago
parent
commit
da72f8e0df

+ 1 - 1
src/bin/agent/agent_hooks.dox

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

+ 2 - 2
src/bin/dhcp4/ctrl_dhcp4_srv.h

@@ -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:

+ 1 - 1
src/bin/dhcp4/dhcp4_hooks.dox

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

+ 2 - 2
src/bin/dhcp6/ctrl_dhcp6_srv.h

@@ -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:

+ 1 - 1
src/bin/dhcp6/dhcp6_hooks.dox

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