Browse Source

[4106_update] Added comment to createDHCPv4MsgOption()

Tomek Mrugalski 8 years ago
parent
commit
d8280d80c1
1 changed files with 3 additions and 0 deletions
  1. 3 0
      src/bin/dhcp4/tests/dhcp4o6_ipc_unittest.cc

+ 3 - 0
src/bin/dhcp4/tests/dhcp4o6_ipc_unittest.cc

@@ -49,6 +49,9 @@ public:
 
     /// @brief Creates an instance of the DHCPv4o6 Message option.
     ///
+    /// The option will contain an empty DHCPREQUEST message, with
+    /// just the Message Type option inside and nothing else.
+    ///
     /// @return Pointer to the instance of the DHCPv4-query Message option.
     OptionPtr createDHCPv4MsgOption() const;