]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[github54] Merge branch 'minor-changes' of https://github.com/andreipavelQ/kea into...
authorTomek Mrugalski <tomasz@isc.org>
Tue, 30 Jan 2018 19:19:45 +0000 (20:19 +0100)
committerTomek Mrugalski <tomasz@isc.org>
Tue, 30 Jan 2018 19:19:45 +0000 (20:19 +0100)
# Conflicts:
# src/bin/admin/admin-utils.sh
# src/lib/cc/data.h
# src/lib/config/module_spec.cc
# src/lib/config/module_spec.h
# src/lib/cryptolink/tests/run_unittests.cc
# src/lib/util/threads/tests/condvar_unittest.cc

src/bin/dhcp4/dhcp4_messages.mes
src/bin/dhcp6/dhcp6_messages.mes
src/lib/dhcpsrv/cql_lease_mgr.cc

index 6486fac74a7392d4c55260bb5c897583025151cf..fef6ef62dc4d988dc509d299e113c864bf6fd009 100644 (file)
@@ -198,7 +198,7 @@ the message.
 
 % DHCP4_DHCP4O6_RECEIVING receiving DHCPv4o6 packet from DHCPv6 server
 This debug message is printed when the server is receiving a DHCPv4o6
-from the DHCPv4 server over inter-process communication socket.
+from the DHCPv6 server over inter-process communication socket.
 
 % DHCP4_DHCP4O6_RESPONSE_DATA %1: responding with packet %2 (type %3), packet details: %4
 A debug message including the detailed data about the packet being
index 9130d958b1ba10e742c92917637ec155593aedc0..ff894bfa9c932e2af2888584261b36015bb2df0d 100644 (file)
@@ -763,7 +763,7 @@ processing will continue, but the response will only contain generic
 configuration and no addresses or prefixes. The argument includes
 the client and the transaction identification information.
 
-% DHCP6_UNKNOWN_MSG_RECEIVED received unknown message (type %d) on interface %2
+% DHCP6_UNKNOWN_MSG_RECEIVED received unknown message (type %1) on interface %2
 This debug message is printed when server receives a message of unknown type.
 That could either mean missing functionality or invalid or broken relay or client.
 The list of formally defined message types is available here:
index 0d51b19c0a97259afca15fa47ff4ecd5f07e3be2..8f3c351b7ffd33a99857a559187cd6f927b93f0e 100644 (file)
@@ -985,8 +985,7 @@ CqlLease6Exchange::createBindForInsert(const Lease6Ptr &lease, AnyArray &data) {
         // For convenience for external tools, this is converted to lease
         // expiry time (expire). The relationship is given by:
         // expire = cltt_ + valid_lft_
-        CqlExchange::convertToDatabaseTime(lease_->cltt_, lease_->valid_lft_,
-                                           expire_);
+        CqlExchange::convertToDatabaseTime(lease_->cltt_, lease_->valid_lft_, expire_);
 
         // subnet_id: int
         subnet_id_ = static_cast<cass_int32_t>(lease_->subnet_id_);