Browse Source

[4097a] Added the CfgOptionList explaination to its declaration

Francis Dupont 9 years ago
parent
commit
525a66ecee
1 changed files with 3 additions and 1 deletions
  1. 3 1
      src/bin/dhcp4/dhcp4_srv.h

+ 3 - 1
src/bin/dhcp4/dhcp4_srv.h

@@ -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_;
 };