BIND 10 trac3183, updated. 445a1ea248aee12202c7e076f7b85192384f57fd [3183] Minor: added a todo comment in perfdhcp.
BIND 10 source code commits
bind10-changes at lists.isc.org
Mon Oct 28 13:37:08 UTC 2013
The branch, trac3183 has been updated
via 445a1ea248aee12202c7e076f7b85192384f57fd (commit)
from 5bb29d3c8d9f318fd4242e3c5a34a59b70964311 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 445a1ea248aee12202c7e076f7b85192384f57fd
Author: Marcin Siodelski <marcin at isc.org>
Date: Mon Oct 28 14:35:43 2013 +0100
[3183] Minor: added a todo comment in perfdhcp.
-----------------------------------------------------------------------
Summary of changes:
.../perfdhcp/tests/packet_storage_unittest.cc | 3 +++
1 file changed, 3 insertions(+)
-----------------------------------------------------------------------
diff --git a/tests/tools/perfdhcp/tests/packet_storage_unittest.cc b/tests/tools/perfdhcp/tests/packet_storage_unittest.cc
index 15ba012..b6e415b 100644
--- a/tests/tools/perfdhcp/tests/packet_storage_unittest.cc
+++ b/tests/tools/perfdhcp/tests/packet_storage_unittest.cc
@@ -24,6 +24,9 @@ using namespace isc;
using namespace isc::dhcp;
using namespace perfdhcp;
+/// @todo Implement the tests which use Pkt4 objects once the support for
+/// DHCPv4 renewals / releases is added.
+
/// The number of packets in the test storage.
const unsigned int STORAGE_SIZE = 20;
More information about the bind10-changes
mailing list