]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#1330] Addressed first comment
authorFrancis Dupont <fdupont@isc.org>
Thu, 23 Jul 2020 17:07:21 +0000 (19:07 +0200)
committerTomek Mrugalski <tomek@isc.org>
Mon, 27 Jul 2020 08:42:02 +0000 (08:42 +0000)
src/lib/dhcpsrv/parsers/ifaces_config_parser.h

index 67180ac12fd0ba2b011e208c0c0a36af28cfdc77..9eb25cb0fa3af21591aedd0cccc04784b3ea15f9 100644 (file)
@@ -28,6 +28,9 @@ public:
 
     /// @brief Constructor
     ///
+    /// In test mode only the configuration is checked. In particular
+    /// sockets are not opened or closed.
+    ///
     /// @param protocol AF_INET for DHCPv4 and AF_INET6 for DHCPv6.
     /// @param test_mode True if in test mode, False if not.
     IfacesConfigParser(const uint16_t protocol, bool test_mode);