BIND 10 master, updated. fd5db1f7aa6f49091b4e66193b0379679eede4c4 Added missing include.
BIND 10 source code commits
bind10-changes at lists.isc.org
Mon Oct 17 15:38:55 UTC 2011
The branch, master has been updated
via fd5db1f7aa6f49091b4e66193b0379679eede4c4 (commit)
via 190d4380c54493561eda99d66739f31e515f8e4e (commit)
from 021f3f24fcd053a92b6ee305b984f1a6a550cebc (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 fd5db1f7aa6f49091b4e66193b0379679eede4c4
Author: Tomek Mrugalski <tomasz at isc.org>
Date: Mon Oct 17 17:37:27 2011 +0200
Added missing include.
commit 190d4380c54493561eda99d66739f31e515f8e4e
Author: Tomek Mrugalski <tomasz at isc.org>
Date: Mon Oct 17 17:24:44 2011 +0200
ChangeLog format fixed, entry clarified.
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 6 ++++--
src/lib/dhcp/option.h | 1 +
2 files changed, 5 insertions(+), 2 deletions(-)
-----------------------------------------------------------------------
diff --git a/ChangeLog b/ChangeLog
index 5a7717d..a179232 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,8 +6,10 @@
simple code was added that leverages libdhcp. It is a skeleton
DHCPv6 server. It receives incoming SOLICIT and REQUEST messages
and responds with proper ADVERTISE and REPLY. Note that since
- LeaseManager is not implemented, server assigns a the same
- hardcoded lease for every client.
+ LeaseManager is not implemented, server assigns the same
+ hardcoded lease for every client. This change removes existing
+ DHCPv6 echo server as it was only a proof of concept code.
+ (Trac #1186, git 67ea6de047d4dbd63c25fe7f03f5d5cc2452ad7d)
299. [build] jreed
Do not install the libfake_session, libtestutils, or libbench
diff --git a/src/lib/dhcp/option.h b/src/lib/dhcp/option.h
index f81a065..5be1be3 100644
--- a/src/lib/dhcp/option.h
+++ b/src/lib/dhcp/option.h
@@ -17,6 +17,7 @@
#include <string>
#include <map>
+#include <boost/shared_ptr.hpp>
#include <boost/shared_array.hpp>
namespace isc {
More information about the bind10-changes
mailing list