]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#3046] fixed indentation and typos
authorRazvan Becheriu <razvan@isc.org>
Thu, 5 Oct 2023 15:29:45 +0000 (18:29 +0300)
committerRazvan Becheriu <razvan@isc.org>
Fri, 6 Oct 2023 11:30:11 +0000 (11:30 +0000)
doc/sphinx/arm/dhcp4-srv.rst
doc/sphinx/arm/dhcp6-srv.rst

index 0ffbe78e1875b8b45b4c80ef48d40c41a7ebc10d..4c051fbaea17d1c6b87ab1e9943b495d1ee9d518 100644 (file)
@@ -3462,8 +3462,8 @@ The default configuration and values would appear as follows:
 
    "Dhcp4": {
         "dhcp-ddns": {
-           // Connectivity parameters
-           "enable-updates": false,
+            // Connectivity parameters
+            "enable-updates": false,
             "server-ip": "127.0.0.1",
             "server-port":53001,
             "sender-ip":"",
@@ -3558,7 +3558,7 @@ offers four modes of conflict resolution-related behavior:
 
     For backward compatibility, ddns-use-conflict-resolution is still accepted in
     JSON configuration.  The server will replace the value internally, with the
-    ``ddns-conflict-resolution-mode`` and an appropriate vavlue: `
+    ``ddns-conflict-resolution-mode`` and an appropriate value: `
     `check-with-dhcid`` for ``true`` and ``no-check-with-dhcid`` for ``false``.
 
 .. note::
index 7804715d7ae18d771e09ba8e679077acdc0b7cd0..1fd2bcf649d32a8635ff09873650c5563c7b05bb 100644 (file)
@@ -3055,8 +3055,8 @@ The default configuration and values would appear as follows:
 
    "Dhcp6": {
         "dhcp-ddns": {
-           // Connectivity parameters
-           "enable-updates": false,
+            // Connectivity parameters
+            "enable-updates": false,
             "server-ip": "127.0.0.1",
             "server-port":53001,
             "sender-ip":"",
@@ -3151,7 +3151,7 @@ offers four modes of conflict resolution-related behavior:
 
     For backward compatibility, ddns-use-conflict-resolution is still accepted in
     JSON configuration.  The server will replace the value internally, with the
-    ``ddns-conflict-resolution-mode`` and an appropriate vavlue: `
+    ``ddns-conflict-resolution-mode`` and an appropriate value: `
     `check-with-dhcid`` for ``true`` and ``no-check-with-dhcid`` for ``false``.
 
 .. note::