]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#2050] Apply 6 suggestion(s) to 2 file(s)
authorMarcin Siodelski <marcin@isc.org>
Fri, 24 Sep 2021 08:56:05 +0000 (08:56 +0000)
committerTomek Mrugalski <tomek@isc.org>
Fri, 24 Sep 2021 15:24:33 +0000 (17:24 +0200)
doc/examples/template-power-user-home/kea-dhcp4-1.conf
doc/examples/template-power-user-home/kea-dhcp4-2.conf

index 755e3d90c5bc3e9183f94d6c757d5d72e134c2e9..d5ba001ce65fc0b361c87c5bfed6d6abc053790d 100644 (file)
@@ -85,7 +85,7 @@
                     // This parameter points to this server instance. The respective
                     // HA peers must have this parameter set to their own names.
                     "this-server-name": "server1",
-                    // The HA mode is set to host-standby. In this mode, the active server handles
+                    // The HA mode is set to hot-standby. In this mode, the active server handles
                     // all the traffic. The standby takes over if the primary becomes unavailable.
                     "mode": "hot-standby",
                     // Heartbeat is to be sent every 10 seconds if no other control
             "subnet": "192.168.1.0/24",
 
             // There are no relays in this network, so we need to tell Kea that this subnet
-            // is reachable directly via the ethX interface.
+            // is reachable directly via the specified interface.
             "interface": "enp0s8",
 
             // Specify a dynamic address pool.
             // least routers option, as without this option your clients will not be able to reach
             // their default gateway and will not have Internet connectivity. If you have many
             // subnets and they share the same options (e.g. DNS servers typically is the same
-            // everywhere), you may define options in the global scope, so you don't repeat them
+            // everywhere), you may define options at the global scope, so you don't repeat them
             // for every network.
             "option-data": [
                 {
index 6c7bcaadcedca5412c7919decab5e1ee77486b55..e9f3298721a63a6b7395b846bd2504a73140c319 100644 (file)
@@ -1,4 +1,4 @@
-// This is an example configuration of the Kea DHCPv4 server 1:
+// This is an example configuration of the Kea DHCPv4 server 2:
 //
 // - uses High Availability hooks library and Lease Commands hooks library
 //   to enable High Availability function for the DHCP server. This config
@@ -85,7 +85,7 @@
                     // This parameter points to this server instance. The respective
                     // HA peers must have this parameter set to their own names.
                     "this-server-name": "server2",
-                    // The HA mode is set to host-standby. In this mode, the active server handles
+                    // The HA mode is set to hot-standby. In this mode, the active server handles
                     // all the traffic. The standby takes over if the primary becomes unavailable.
                     "mode": "hot-standby",
                     // Heartbeat is to be sent every 10 seconds if no other control
             // least routers option, as without this option your clients will not be able to reach
             // their default gateway and will not have Internet connectivity. If you have many
             // subnets and they share the same options (e.g. DNS servers typically is the same
-            // everywhere), you may define options in the global scope, so you don't repeat them
+            // everywhere), you may define options at the global scope, so you don't repeat them
             // for every network.
             "option-data": [
                 {