From: Tomek Mrugalski Date: Thu, 16 Jun 2016 13:14:29 +0000 (+0200) Subject: [4106_update] Added comment to createDHCPv4MsgOption() X-Git-Tag: trac4109a_base~2^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d8280d80c10092b0cf25d1f55400ab1b20d5392d;p=thirdparty%2Fkea.git [4106_update] Added comment to createDHCPv4MsgOption() --- diff --git a/src/bin/dhcp4/tests/dhcp4o6_ipc_unittest.cc b/src/bin/dhcp4/tests/dhcp4o6_ipc_unittest.cc index 5c566214e2..df3c53e89c 100644 --- a/src/bin/dhcp4/tests/dhcp4o6_ipc_unittest.cc +++ b/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;