]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#3819] fix docs
authorRazvan Becheriu <razvan@isc.org>
Mon, 26 May 2025 14:10:02 +0000 (17:10 +0300)
committerRazvan Becheriu <razvan@isc.org>
Fri, 30 May 2025 07:04:04 +0000 (10:04 +0300)
ChangeLog
doc/sphinx/arm/hooks-host-cmds.rst
src/hooks/dhcp/host_cmds/host_cmds.h

index 70450d20a215376e7c2fabbed44beb742590ceba..7ae037f543504cd71b8c56a46009f657f093bf59 100644 (file)
--- 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)
 
index 29e236d387c4f2f82a2720defc224b314e96a6a5..1a2021c523c7d178d9169b7805263d5d4863fa33 100644 (file)
@@ -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"
        }
    }
 
index 7e44d6644c6217f8a9e69e126eb7f7f210917683..3f37534b3790fa42d348acbb5a52058e85d5c37f 100644 (file)
@@ -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