From: Francis Dupont Date: Thu, 23 Jul 2020 17:07:21 +0000 (+0200) Subject: [#1330] Addressed first comment X-Git-Tag: Kea-1.7.10~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=40012365d288173215b7b9ebdb1f746b10ce420a;p=thirdparty%2Fkea.git [#1330] Addressed first comment --- diff --git a/src/lib/dhcpsrv/parsers/ifaces_config_parser.h b/src/lib/dhcpsrv/parsers/ifaces_config_parser.h index 67180ac12f..9eb25cb0fa 100644 --- a/src/lib/dhcpsrv/parsers/ifaces_config_parser.h +++ b/src/lib/dhcpsrv/parsers/ifaces_config_parser.h @@ -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);