2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-31 05:55:28 +00:00

Missing changelog entries

This commit is contained in:
Michal 'vorner' Vaner
2012-02-29 14:25:54 +01:00
parent a7f978695c
commit 11b5709d5a

View File

@@ -1,3 +1,14 @@
390. [bug] vorner
The UDP IPv6 packets are now correctly fragmented for maximum guaranteed
MTU, so they won't get lost because being too large for some hop.
(git ff013364643f9bfa736b2d23fec39ac35872d6ad)
389. [func]* vorner
Xfrout now uses the global TSIG keyring, instead of its own. This means
the keys need to be set only once (in tsig_keys/keys). However, the old
configuration of Xfrout/tsig_keys need to be removed for Xfrout to work.
(git 5a7953933a49a0ddd4ee1feaddc908cd2285522d)
388. [func] jreed
Use prefix "sockcreator-" for the private temporary directory
used for b10-sockcreator communication.