<< " trying to reopen sockets after reconfiguration");
}
if (CfgMgr::instance().isActiveIface(iface->getName())) {
- iface_ptr->inactive4_ = false;
+ iface_ptr->inactive6_ = false;
LOG_INFO(dhcp6_logger, DHCP6_ACTIVATE_INTERFACE)
.arg(iface->getFullName());
sock = openSocket(iface->getName(), *addr, port);
if (sock < 0) {
- isc_throw(SocketConfigError, "failed to open unicast socket");
+ isc_throw(SocketConfigError, "failed to open unicast socket on "
+ << addr->toText() << " on interface " << iface->getName());
}
count++;
sock = openSocket(iface->getName(), *addr, port);
if (sock < 0) {
- isc_throw(SocketConfigError, "failed to open unicast socket");
+ isc_throw(SocketConfigError, "failed to open link-local socket on "
+ << addr->toText() << " on interface "
+ << iface->getName());
}
// Binding socket to unicast address and then joining multicast group