BIND 10 jelte_master_fix_20111007, updated. 1f77f60db465b53342d88b4280b1889f1888b411 [master] put doxy back in .cc for #1186 to handle
BIND 10 source code commits
bind10-changes at lists.isc.org
Fri Oct 7 11:10:04 UTC 2011
The branch, jelte_master_fix_20111007 has been updated
via 1f77f60db465b53342d88b4280b1889f1888b411 (commit)
from 7ae9a73236a4bb7eed9f02b30563b7f4e040863f (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 1f77f60db465b53342d88b4280b1889f1888b411
Author: Jelte Jansen <jelte at isc.org>
Date: Fri Oct 7 13:05:45 2011 +0200
[master] put doxy back in .cc for #1186 to handle
-----------------------------------------------------------------------
Summary of changes:
src/bin/dhcp6/iface_mgr.cc | 11 +++++++++++
src/bin/dhcp6/iface_mgr.h | 12 ------------
2 files changed, 11 insertions(+), 12 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/bin/dhcp6/iface_mgr.cc b/src/bin/dhcp6/iface_mgr.cc
index 9c192c1..1e2551a 100644
--- a/src/bin/dhcp6/iface_mgr.cc
+++ b/src/bin/dhcp6/iface_mgr.cc
@@ -226,6 +226,17 @@ IfaceMgr::getIface(const std::string& ifname) {
}
+/**
+ * Opens UDP/IPv6 socket and binds it to specific address, interface and port.
+ *
+ * @param ifname name of the interface
+ * @param addr address to be bound.
+ * @param port UDP port.
+ * @param mcast Should multicast address also be bound?
+ *
+ * @return socket descriptor, if socket creation, binding and multicast
+ * group join were all successful. -1 otherwise.
+ */
int
IfaceMgr::openSocket(const std::string& ifname,
const IOAddress& addr,
diff --git a/src/bin/dhcp6/iface_mgr.h b/src/bin/dhcp6/iface_mgr.h
index 92ad029..39061da 100644
--- a/src/bin/dhcp6/iface_mgr.h
+++ b/src/bin/dhcp6/iface_mgr.h
@@ -70,18 +70,6 @@ namespace isc {
void detectIfaces();
- /**
- * Opens UDP/IPv6 socket and binds it to specific address, interface
- * and port.
- *
- * @param ifname name of the interface
- * @param addr address to be bound.
- * @param port UDP port.
- * @param mcast Should multicast address also be bound?
- *
- * @return socket descriptor, if socket creation, binding and multicast
- * group join were all successful. -1 otherwise.
- */
int openSocket(const std::string& ifname,
const isc::asiolink::IOAddress& addr,
int port);
More information about the bind10-changes
mailing list