]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[4097a] Added the CfgOptionList explaination to its declaration
authorFrancis Dupont <fdupont@isc.org>
Wed, 25 Nov 2015 10:36:04 +0000 (11:36 +0100)
committerFrancis Dupont <fdupont@isc.org>
Wed, 25 Nov 2015 10:36:04 +0000 (11:36 +0100)
src/bin/dhcp4/dhcp4_srv.h

index ab50d8dc5024702eeda11e6570d51ff59baa4849..a604ae75a6d27a22f9786a91dd8862e11c0f865a 100644 (file)
@@ -153,7 +153,9 @@ private:
     Pkt4Ptr resp_;
     /// @brief Context for use with allocation engine.
     AllocEngine::ClientContext4Ptr context_;
-    /// @brief Configured option list for appending otions.
+    /// @brief Configured option list.
+    /// @note The configured option list is an *ordered* list of
+    /// @c CfgOption objects used to append options to the response.
     CfgOptionList cfg_option_list_;
 };