summaryrefslogtreecommitdiffstats
path: root/doc/examples/template-power-user-home/kea-dhcp4-1.conf
diff options
context:
space:
mode:
authorMarcin Siodelski <marcin@isc.org>2021-09-24 10:56:05 +0200
committerTomek Mrugalski <tomek@isc.org>2021-09-24 17:24:33 +0200
commitab0539c48df9357c38658f02b7ddfff4eea68048 (patch)
treed362e7fec45121cc2d6917facd46dc4812bb95a6 /doc/examples/template-power-user-home/kea-dhcp4-1.conf
parent[#2050] Hot-standby description updated (diff)
downloadkea-ab0539c48df9357c38658f02b7ddfff4eea68048.tar.xz
kea-ab0539c48df9357c38658f02b7ddfff4eea68048.zip
[#2050] Apply 6 suggestion(s) to 2 file(s)
Diffstat (limited to 'doc/examples/template-power-user-home/kea-dhcp4-1.conf')
-rw-r--r--doc/examples/template-power-user-home/kea-dhcp4-1.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/examples/template-power-user-home/kea-dhcp4-1.conf b/doc/examples/template-power-user-home/kea-dhcp4-1.conf
index 755e3d90c5..d5ba001ce6 100644
--- a/doc/examples/template-power-user-home/kea-dhcp4-1.conf
+++ b/doc/examples/template-power-user-home/kea-dhcp4-1.conf
@@ -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
@@ -146,7 +146,7 @@
"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.
@@ -160,7 +160,7 @@
// 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": [
{