]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[470-server-tag-get-command] Copied server-tag-get comments fro libprocess
authorFrancis Dupont <fdupont@isc.org>
Sat, 20 Jul 2019 14:32:08 +0000 (16:32 +0200)
committerFrancis Dupont <fdupont@isc.org>
Thu, 25 Jul 2019 13:08:04 +0000 (15:08 +0200)
src/bin/dhcp4/ctrl_dhcp4_srv.h
src/bin/dhcp6/ctrl_dhcp6_srv.h

index e16aefa223000a2fde1ab7b264e6410390e5ee16..ae8095c2a7d23b8ee7dc70498a9db56fb4314619 100644 (file)
@@ -292,15 +292,14 @@ private:
     commandLeasesReclaimHandler(const std::string& command,
                                 isc::data::ConstElementPtr args);
 
-    /// @brief Handler for processing 'server-tag-get' command
+    /// @brief handler for server-tag-get command
     ///
-    /// This handler processes server-tag-get command, which retrieves
+    /// This method handles the server-tag-get command, which retrieves
     /// the current server tag and returns it in response.
     ///
-    /// @param command (parameter ignored)
-    /// @param args { "server-tag": "<new-value>" } argument map.
-    ///
-    /// @return status of the command
+    /// @param command (ignored)
+    /// @param args (ignored)
+    /// @return current configuration wrapped in a response
     isc::data::ConstElementPtr
     commandServerTagGetHandler(const std::string& command,
                                isc::data::ConstElementPtr args);
index 839a8ad33c8b595bc49aab73dee167a0e6134061..83a2d29ab42fe08b9cefb335d8b27abe1bb4a697 100644 (file)
@@ -291,15 +291,14 @@ private:
     commandLeasesReclaimHandler(const std::string& command,
                                 isc::data::ConstElementPtr args);
 
-    /// @brief Handler for processing 'server-tag-get' command
+    /// @brief handler for server-tag-get command
     ///
-    /// This handler processes server-tag-get command, which retrieves
+    /// This method handles the server-tag-get command, which retrieves
     /// the current server tag and returns it in response.
     ///
-    /// @param command (parameter ignored)
-    /// @param args { "server-tag": "<new-value>" } argument map.
-    ///
-    /// @return status of the command
+    /// @param command (ignored)
+    /// @param args (ignored)
+    /// @return current configuration wrapped in a response
     isc::data::ConstElementPtr
     commandServerTagGetHandler(const std::string& command,
                                isc::data::ConstElementPtr args);