]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#2795] fixing typos
authorPiotrek Zadroga <piotrek@isc.org>
Mon, 26 Jun 2023 15:07:11 +0000 (17:07 +0200)
committerPiotrek Zadroga <piotrek@isc.org>
Mon, 26 Jun 2023 15:30:59 +0000 (15:30 +0000)
src/lib/dhcpsrv/mysql_host_data_source.cc
src/lib/dhcpsrv/pgsql_host_data_source.cc
src/share/api/reservation-get-by-address.json

index 4ef86e091de30158f31bbe3a6d233d3d7937200e..038b2575c2774a994fcd7fd4ec261afe7b6769f8 100644 (file)
@@ -2078,7 +2078,7 @@ public:
         GET_HOST_SUBID_ADDR,       // Gets host by IPv4 SubnetID and IPv4 address
         GET_HOST_PREFIX,           // Gets host by IPv6 prefix
         GET_HOST_SUBID6_ADDR,      // Gets host by IPv6 SubnetID and IPv6 prefix
-        GET_HOST_ADDR6,            // Gets host by IPv6 address/prefix
+        GET_HOST_ADDR6,            // Gets hosts by IPv6 address/prefix
         GET_HOST_SUBID4,           // Gets hosts by IPv4 SubnetID
         GET_HOST_SUBID6,           // Gets hosts by IPv6 SubnetID
         GET_HOST_HOSTNAME,         // Gets hosts by hostname
index 54770563cca8ef7050f0c2072ee33f401b11384f..f9f6df11d8ad5dc69a0a41a52c6293e6f05b8a01 100644 (file)
@@ -1401,7 +1401,7 @@ public:
         GET_HOST_SUBID_ADDR,       // Gets host by IPv4 SubnetID and IPv4 address
         GET_HOST_PREFIX,           // Gets host by IPv6 prefix
         GET_HOST_SUBID6_ADDR,      // Gets host by IPv6 SubnetID and IPv6 prefix
-        GET_HOST_ADDR6,            // Gets host by IPv6 address/prefix
+        GET_HOST_ADDR6,            // Gets hosts by IPv6 address/prefix
         GET_HOST_SUBID4,           // Gets hosts by IPv4 SubnetID
         GET_HOST_SUBID6,           // Gets hosts by IPv6 SubnetID
         GET_HOST_HOSTNAME,         // Gets hosts by hostname
index 5d440ce456bb603dea3579fab966e9af98c46a03..4a1eb5fc08f6d73fd690fe19748ecbe6a90cef5b 100644 (file)
@@ -5,7 +5,7 @@
         "This command retrieves all host reservations for given ip-address and optionally a specified subnet."
     ],
     "cmd-comment": [
-        "The host reservations can be identified by a pair of ip-address and subnet-id. Subnet-id is optional. Operation-target is optional; default is 'all'."
+        "The host reservations can be identified by a pair of 'ip-address' and 'subnet-id'. 'subnet-id' is optional. 'operation-target' is optional; default is 'all'."
     ],
     "cmd-syntax": [
         "{",