From: Marcin Siodelski Date: Thu, 14 Sep 2017 09:42:46 +0000 (+0200) Subject: [5357] Corrected comments in examples: shared subnet => shared network. X-Git-Tag: trac5073a_base~9^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f695a3e4bde17bcb8b4229c19152478c533440e2;p=thirdparty%2Fkea.git [5357] Corrected comments in examples: shared subnet => shared network. --- diff --git a/doc/examples/kea4/shared-network.json b/doc/examples/kea4/shared-network.json index e355fe2b40..be3babc7a0 100644 --- a/doc/examples/kea4/shared-network.json +++ b/doc/examples/kea4/shared-network.json @@ -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. diff --git a/doc/examples/kea6/shared-network.json b/doc/examples/kea6/shared-network.json index 99b60a8bc3..a8a537e36f 100644 --- a/doc/examples/kea6/shared-network.json +++ b/doc/examples/kea6/shared-network.json @@ -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