]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[5357] Corrected comments in examples: shared subnet => shared network.
authorMarcin Siodelski <marcin@isc.org>
Thu, 14 Sep 2017 09:42:46 +0000 (11:42 +0200)
committerMarcin Siodelski <marcin@isc.org>
Thu, 14 Sep 2017 09:42:46 +0000 (11:42 +0200)
doc/examples/kea4/shared-network.json
doc/examples/kea6/shared-network.json

index e355fe2b40b93459438a5d41a171bd3f35458c32..be3babc7a0b7462f7953d96d0bc1785294d02047 100644 (file)
@@ -26,7 +26,7 @@
         // that can be specified here, so this example may be overwhelming
         // at first, but the only mandatory parameter for each shared
         // network is name. It must be unique. Typically, each shared
-        // subnet also needs to have at least two subnets to be functional,
+        // network also needs to have at least two subnets to be functional,
         // but if you really want to, you can define a degraded shared
         // network that has 1 or even 0 subnets. This may come in handy
         // when migrating between regular subnets and shared networks
@@ -51,7 +51,7 @@
             "option-data": [ ],
             "rebind-timer": 150,
 
-            // If all the traffic coming from that shared subnet is reachable
+            // If all the traffic coming from that shared network is reachable
             // via relay and that relay always use the same IP address, you
             // can specify that relay address here. Since this example shows
             // a shared network reachable directly, we put 0.0.0.0 here.
index 99b60a8bc3ee44c200ec35c3f59316f20218350a..a8a537e36f2e634f5ac1fa9017697e7ba9762498 100644 (file)
@@ -38,7 +38,7 @@
         // that can be specified here, so this example may be overwhelming
         // at first, but the only mandatory parameter for each shared
         // network is name. It must be unique. Typically, each shared
-        // subnet also needs to have at least two subnets to be functional,
+        // network also needs to have at least two subnets to be functional,
         // but if you really want to, you can define a degraded shared
         // network that has 1 or even 0 subnets. This may come in handy
         // when migrating between regular subnets and shared networks