]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[804-cb-doc-never-says-clearly-how-to-configure-server-tag-on-a-server] Removed spuri... 804-cb-doc-never-says-clearly-how-to-configure-server-tag-on-a-server
authorFrancis Dupont <fdupont@isc.org>
Mon, 12 Aug 2019 13:29:42 +0000 (15:29 +0200)
committerFrancis Dupont <fdupont@isc.org>
Mon, 12 Aug 2019 13:30:45 +0000 (09:30 -0400)
doc/examples/kea4/all-keys-current.json
doc/examples/kea4/all-keys-stable.json
doc/examples/kea4/config-backend.json
doc/examples/kea6/config-backend.json
doc/examples/kea6/tee-times.json

index 56d66744b80428b4d2e3e3c6eebe87f65d46e52c..1aa364775dd26b22145be1be8693ba610fd1a5d7 100644 (file)
         // 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.
index 35591364f29da8034f16e7634de3534e5164f7a5..a99516fe7b227be799ff4c637c3eebe4b421ed23 100644 (file)
             // 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": [
index e97b9df86bbc7f2d266077adcfa95c7895b90635..ce02a9c151a91ade470c54131761ca184436d8f3 100644 (file)
@@ -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",
index e56e4a598e5927564bc17693ddf4b68de9862b7b..9e19284660d21d3d86186d375dec8e80c7a396b2 100644 (file)
@@ -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",
index 034fe1bdf212dd19603a4017d962b84c0ad6cc3c..713fb9113cb82a398158d3fb17f688afc0cd8119 100644 (file)
 // 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" } ],