From: Razvan Becheriu Date: Mon, 26 May 2025 14:10:02 +0000 (+0300) Subject: [#3819] fix docs X-Git-Tag: Kea-3.0.0~175 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=89bca2d2bfe3482afd7760e332071b08a6386f04;p=thirdparty%2Fkea.git [#3819] fix docs --- diff --git a/ChangeLog b/ChangeLog index 70450d20a2..7ae037f543 100644 --- a/ChangeLog +++ b/ChangeLog @@ -150,7 +150,7 @@ Kea 2.7.7 (development) released on March 26, 2025 Fixed a bug which was causing the allocation engine to reject the lease if a data race caused by a different server updating the shared database entries was detected. The entire packet is now - dropped in this particular case. This applies to both kea-dhp4 + dropped in this particular case. This applies to both kea-dhcp4 and kea-dhcp6 servers. (Gitlab #3648) @@ -6223,7 +6223,7 @@ Kea 1.4.0-beta released on May 18, 2018 (Trac #5551, git 59ef33ee17672c55cee4ec86ff59737b361a3c21) 1374. [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 Postgresql backends if connectivity is lost. (Trac #5477, git 8e62a058382b2245d418cfbf829776934c638e5e) diff --git a/doc/sphinx/arm/hooks-host-cmds.rst b/doc/sphinx/arm/hooks-host-cmds.rst index 29e236d387..1a2021c523 100644 --- a/doc/sphinx/arm/hooks-host-cmds.rst +++ b/doc/sphinx/arm/hooks-host-cmds.rst @@ -337,7 +337,7 @@ reservation from both the JSON configuration and the hosts database. "arguments": { "subnet-id": 1, "ip-address": "192.0.2.202", - "operation-target": "alternate" + "operation-target": "database" } } @@ -454,7 +454,7 @@ reservation from both the JSON configuration and the hosts database. "command": "reservation-get-all", "arguments": { "subnet-id": 1, - "operation-target": "alternate" + "operation-target": "database" } } @@ -796,7 +796,7 @@ reservation from both the JSON configuration and the hosts database. "arguments": { "ip-address": "192.0.200.181", "subnet-id": 1, - "operation-target": "alternate" + "operation-target": "database" }, "service": [ "dhcp4" @@ -889,7 +889,7 @@ reservation from both the JSON configuration and the hosts database. "arguments": { "hostname": "foobar.example.org", "subnet-id": 1, - "operation-target": "alternate" + "operation-target": "database" } } @@ -977,7 +977,7 @@ reservation from both the JSON configuration and the hosts database. "arguments": { "identifier-type": "hw-address", "identifier": "01:02:03:04:05:06", - "operation-target": "alternate" + "operation-target": "database" } } @@ -1070,7 +1070,7 @@ the reservation from the hosts database only. "subnet-id": 4, "identifier-type": "hw-address", "identifier": "01:02:03:04:05:06", - "operation-target": "primary" + "operation-target": "memory" } } diff --git a/src/hooks/dhcp/host_cmds/host_cmds.h b/src/hooks/dhcp/host_cmds/host_cmds.h index 7e44d6644c..3f37534b37 100644 --- a/src/hooks/dhcp/host_cmds/host_cmds.h +++ b/src/hooks/dhcp/host_cmds/host_cmds.h @@ -155,7 +155,7 @@ public: /// "subnet-id": 1, /// "identifier-type": "hw-address", /// "identifier": "00:01:02:03:04:05", - /// "operation-target": "all-sources" + /// "operation-target": "all" /// } /// }"; /// @param handle Callout context - which is expected to contain the