]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#916] Removed obsolete comments
authorFrancis Dupont <fdupont@isc.org>
Tue, 7 Jul 2020 14:45:53 +0000 (16:45 +0200)
committerFrancis Dupont <fdupont@isc.org>
Wed, 8 Jul 2020 12:32:45 +0000 (14:32 +0200)
src/bin/dhcp4/ctrl_dhcp4_srv.cc
src/bin/dhcp4/ctrl_dhcp4_srv.h
src/bin/dhcp6/ctrl_dhcp6_srv.cc
src/bin/dhcp6/ctrl_dhcp6_srv.h

index 30a5a0fd59d351ba80e22890dbee354b5e9a0aff..e754293e13325a8dcfd0dfde9d880c5ee6247034 100644 (file)
@@ -435,7 +435,6 @@ ControlledDhcpv4Srv::commandConfigTestHandler(const string&,
 
     // Command arguments are expected to be:
     // { "Dhcp4": { ... } }
-    // The Logging component is supported by backward compatiblity.
     if (!args) {
         message = "Missing mandatory 'arguments' parameter.";
     } else {
index cc77f4727c9c4b1a5de9a05656a50f7e6c53bd5c..d93517dacb9e012a21adbe327f55902f53db3276 100644 (file)
@@ -206,8 +206,6 @@ private:
     /// @param command (parameter ignored)
     /// @param args configuration to be processed. Expected format:
     /// map containing Dhcp4 map that contains DHCPv4 server configuration.
-    /// May also contain Logging map that specifies logging configuration
-    /// for backward compatibility.
     ///
     /// @return status of the command
     isc::data::ConstElementPtr
@@ -221,8 +219,6 @@ private:
     /// @param command (parameter ignored)
     /// @param args configuration to be checked. Expected format:
     /// map containing Dhcp4 map that contains DHCPv4 server configuration.
-    /// May also contain Logging map that specifies logging configuration
-    /// for backward compatibility.
     ///
     /// @return status of the command
     isc::data::ConstElementPtr
index 3ecd2880727063bb33553d001547ea6399c00422..50c39e9b68a6ae8f7c0e402a53ef8cb67dc66fe7 100644 (file)
@@ -346,7 +346,6 @@ ControlledDhcpv6Srv::commandConfigSetHandler(const string&,
 
     // Command arguments are expected to be:
     // { "Dhcp6": { ... } }
-    // The Logging component is supported by backward compatiblity.
     if (!args) {
         message = "Missing mandatory 'arguments' parameter.";
     } else {
@@ -439,7 +438,6 @@ ControlledDhcpv6Srv::commandConfigTestHandler(const string&,
 
     // Command arguments are expected to be:
     // { "Dhcp6": { ... } }
-    // The Logging component is supported by backward compatiblity.
     if (!args) {
         message = "Missing mandatory 'arguments' parameter.";
     } else {
index 1dcf6e289a59710efde403c24f307fff1a1c4ad7..f7a79555524f13e95550084a85b17c89d19f7d1e 100644 (file)
@@ -206,8 +206,6 @@ private:
     /// @param command (parameter ignored)
     /// @param args configuration to be processed. Expected format:
     /// map containing Dhcp6 map that contains DHCPv6 server configuration.
-    /// May also contain Logging map that specifies logging configuration
-    /// for backward compatibility.
     ///
     /// @return status of the command
     isc::data::ConstElementPtr
@@ -221,8 +219,6 @@ private:
     /// @param command (parameter ignored)
     /// @param args configuration to be checked. Expected format:
     /// map containing Dhcp6 map that contains DHCPv6 server configuration.
-    /// May also contain Logging map that specifies logging configuration
-    /// for backward compatibility.
     ///
     /// @return status of the command
     isc::data::ConstElementPtr