BIND 10 trac3183, updated. 4386caec66f57272c1239a3134dc8a0add870506 [3183] Record timestamp of the last Renew and one other trivial fix.
BIND 10 source code commits
bind10-changes at lists.isc.org
Tue Oct 8 12:46:21 UTC 2013
The branch, trac3183 has been updated
via 4386caec66f57272c1239a3134dc8a0add870506 (commit)
from 0d62790c36094e5789cdb7ff713e8e58ba9326fd (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 4386caec66f57272c1239a3134dc8a0add870506
Author: Marcin Siodelski <marcin at isc.org>
Date: Tue Oct 8 14:46:04 2013 +0200
[3183] Record timestamp of the last Renew and one other trivial fix.
-----------------------------------------------------------------------
Summary of changes:
tests/tools/perfdhcp/stats_mgr.h | 2 ++
tests/tools/perfdhcp/test_control.cc | 1 +
2 files changed, 3 insertions(+)
-----------------------------------------------------------------------
diff --git a/tests/tools/perfdhcp/stats_mgr.h b/tests/tools/perfdhcp/stats_mgr.h
index 3abcac3..d0af943 100644
--- a/tests/tools/perfdhcp/stats_mgr.h
+++ b/tests/tools/perfdhcp/stats_mgr.h
@@ -1169,6 +1169,8 @@ public:
return("SOLICIT-ADVERTISE");
case XCHG_RR:
return("REQUEST-REPLY");
+ case XCHG_RN:
+ return("RENEW-REPLY");
default:
return("Unknown exchange type");
}
diff --git a/tests/tools/perfdhcp/test_control.cc b/tests/tools/perfdhcp/test_control.cc
index 211acf3..f3db3be 100644
--- a/tests/tools/perfdhcp/test_control.cc
+++ b/tests/tools/perfdhcp/test_control.cc
@@ -1491,6 +1491,7 @@ TestControl::sendDiscover4(const TestControlSocket& socket,
bool
TestControl::sendRenew(const TestControlSocket& socket) {
+ last_renew_ = microsec_clock::universal_time();
Pkt6Ptr reply = reply_storage_.getRandom();
if (!reply) {
return (false);
More information about the bind10-changes
mailing list