From: Tomek Mrugalski Date: Wed, 11 Apr 2018 21:12:00 +0000 (+0200) Subject: [master] ChangeLog, docs updated after 5543 merge. X-Git-Tag: trac5458a_base~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2badfd4d9b4f2420b0e9683db5da16a3ab90dd81;p=thirdparty%2Fkea.git [master] ChangeLog, docs updated after 5543 merge. --- diff --git a/ChangeLog b/ChangeLog index 4d3ba752ea..9c01ca1650 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +1385. [func] tomek + lease4-wipe and lease6-wipe are now able to wipe all leases + from all configured subnets if subnet-id specified is 0 + or the subnet-id parameter is omitted. + (Trac #5543, git ecaf777dff4b8d1100c2a97c4fb1cf8f8e63566d) + 1384. [func] fdupont Significant improvements to client classification introduced. The order of classes evaluation has changed from alphabetical @@ -8,7 +14,7 @@ (Trac #5474, git 3f2d93f0731fc1858b20e831a7d1f090ea8841fe) 1383. [func] tmark - kea-dhp4 and kea-dhcp6 can now be configured to attempt to + kea-dhcp4 and kea-dhcp6 can now be configured to attempt to reconnect to MySQL backends if connectivity is lost. (Trac #5556, git b31da6f9a3545a2cac228eb17c59d72b6b4823f2) diff --git a/doc/guide/hooks.xml b/doc/guide/hooks.xml index bca08dae35..adb6f467d4 100644 --- a/doc/guide/hooks.xml +++ b/doc/guide/hooks.xml @@ -1937,7 +1937,9 @@ An example IPv4 lease deletion by "hw-address" looks as follows: encountered. The subnet-id 0 has special meaning. It tells Kea to - delete leases from all configured subnets. + delete leases from all configured subnets. Also, the + subnet-id parameter may be omitted. If not specified, leases + from all subnets are wiped. Note: not all backends support this command.