BIND 10 jelte_master_fix_20111007, updated. 7ae9a73236a4bb7eed9f02b30563b7f4e040863f [master] typo in doxygen (and moved to header)
BIND 10 source code commits
bind10-changes at lists.isc.org
Fri Oct 7 10:55:34 UTC 2011
The branch, jelte_master_fix_20111007 has been updated
via 7ae9a73236a4bb7eed9f02b30563b7f4e040863f (commit)
from b8d12c83236964f6bbb5cd3910b0960abd0117c1 (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 7ae9a73236a4bb7eed9f02b30563b7f4e040863f
Author: Jelte Jansen <jelte at isc.org>
Date: Fri Oct 7 12:55:01 2011 +0200
[master] typo in doxygen (and moved to header)
reported by stephen, discussed on jabber
-----------------------------------------------------------------------
Summary of changes:
src/bin/dhcp6/iface_mgr.cc | 11 -----------
src/bin/dhcp6/iface_mgr.h | 12 ++++++++++++
2 files changed, 12 insertions(+), 11 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/bin/dhcp6/iface_mgr.cc b/src/bin/dhcp6/iface_mgr.cc
index f020c69..9c192c1 100644
--- a/src/bin/dhcp6/iface_mgr.cc
+++ b/src/bin/dhcp6/iface_mgr.cc
@@ -226,17 +226,6 @@ IfaceMgr::getIface(const std::string& ifname) {
}
-/**
- * Opens UDP/IPv6 socket and binds it to specific address, interface nad 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 39061da..92ad029 100644
--- a/src/bin/dhcp6/iface_mgr.h
+++ b/src/bin/dhcp6/iface_mgr.h
@@ -70,6 +70,18 @@ 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