From e7795641a21d20fae607c236690fd3a199dd83cc Mon Sep 17 00:00:00 2001 From: Francis Dupont Date: Mon, 12 Aug 2019 15:29:42 +0200 Subject: [PATCH] [804-cb-doc-never-says-clearly-how-to-configure-server-tag-on-a-server] Removed spuriuous tabs and ending spaces --- doc/examples/kea4/all-keys-current.json | 2 +- doc/examples/kea4/all-keys-stable.json | 2 +- doc/examples/kea4/config-backend.json | 2 +- doc/examples/kea6/config-backend.json | 2 +- doc/examples/kea6/tee-times.json | 6 +++--- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/doc/examples/kea4/all-keys-current.json b/doc/examples/kea4/all-keys-current.json index 56d66744b8..1aa364775d 100644 --- a/doc/examples/kea4/all-keys-current.json +++ b/doc/examples/kea4/all-keys-current.json @@ -814,7 +814,7 @@ // invalid character in the hostname or Client FQDN. The default // value is an empty string which will cause invalid characters // to be omitted rather than replaced. - "hostname-char-replacement": "x", + "hostname-char-replacement": "x", // Regular expression describing the invalid character set in // the hostname or Client FQDN. diff --git a/doc/examples/kea4/all-keys-stable.json b/doc/examples/kea4/all-keys-stable.json index 35591364f2..a99516fe7b 100644 --- a/doc/examples/kea4/all-keys-stable.json +++ b/doc/examples/kea4/all-keys-stable.json @@ -692,7 +692,7 @@ // Queue type was mandatory. "queue-type": "kea-ring4" }, - // Missing: calculate-tee-times, t1-percent, t2-percent + // Missing: calculate-tee-times, t1-percent, t2-percent // List of loggers used by the servers using this configuration file. "loggers": [ diff --git a/doc/examples/kea4/config-backend.json b/doc/examples/kea4/config-backend.json index e97b9df86b..ce02a9c151 100644 --- a/doc/examples/kea4/config-backend.json +++ b/doc/examples/kea4/config-backend.json @@ -6,7 +6,7 @@ { "Dhcp4": { - // Set the server tag for the configuration backend. This instance will + // Set the server tag for the configuration backend. This instance will // be named server1. Every configuration element that is applicable to // either "all" or "server1" will be used by this instance. "server-tag": "server1", diff --git a/doc/examples/kea6/config-backend.json b/doc/examples/kea6/config-backend.json index e56e4a598e..9e19284660 100644 --- a/doc/examples/kea6/config-backend.json +++ b/doc/examples/kea6/config-backend.json @@ -6,7 +6,7 @@ { "Dhcp6": { - // Set the server tag for the configuration backend. This instance will + // Set the server tag for the configuration backend. This instance will // be named server2. Every configuration element that is applicable to // either "all" or "server2" will be used by this instance. "server-tag": "server2", diff --git a/doc/examples/kea6/tee-times.json b/doc/examples/kea6/tee-times.json index 034fe1bdf2..713fb9113c 100644 --- a/doc/examples/kea6/tee-times.json +++ b/doc/examples/kea6/tee-times.json @@ -29,12 +29,12 @@ // The following list defines subnets. Each subnet consists of at // least subnet and pool entries. "subnet6": [ - { + { // This subnet use default calculation "subnet": "2001:db8:1::/64", "pools": [ { "pool": "2001:db8:1::/80" } ] }, - { + { // This subnet will use explicit values. Explict // values override calculation. "subnet": "2001:db8:2::/64", @@ -42,7 +42,7 @@ "renew-timer": 1000, "rebind-timer": 2000 }, - { + { // This subnet will use custom percents "subnet": "2001:db8:3::/64", "pools": [ { "pool": "2001:db8:3::/80" } ], -- 2.47.2