diff options
author | Francis Dupont <fdupont@isc.org> | 2023-03-13 01:13:23 +0100 |
---|---|---|
committer | Francis Dupont <fdupont@isc.org> | 2023-03-15 13:49:21 +0100 |
commit | cb432a3c6a9f31bf46b7bc0a75330e5ffc5389b0 (patch) | |
tree | 485de5eced9034dffe5b7fc3b5ad496c5f1a885c /doc/examples/kea4/all-keys-netconf.json | |
parent | [#719] Added new update script in .gitignore (diff) | |
download | kea-cb432a3c6a9f31bf46b7bc0a75330e5ffc5389b0.tar.xz kea-cb432a3c6a9f31bf46b7bc0a75330e5ffc5389b0.zip |
[#719] Updated doc & co
Diffstat (limited to 'doc/examples/kea4/all-keys-netconf.json')
-rw-r--r-- | doc/examples/kea4/all-keys-netconf.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/examples/kea4/all-keys-netconf.json b/doc/examples/kea4/all-keys-netconf.json index 8aa6366904..cc33a6650a 100644 --- a/doc/examples/kea4/all-keys-netconf.json +++ b/doc/examples/kea4/all-keys-netconf.json @@ -547,7 +547,7 @@ "option-data": [ { // Boolean flag indicating if the given option is always - // send in response or only when requested. The default + // sent in response or only when requested. The default // value of false indicates that it is only sent when // requested. "always-send": false, @@ -569,7 +569,7 @@ "name": "domain-name-servers", // Boolean flag indicating if the given option is never - // send in response. The default value of false indicates + // sent in response. The default value of false indicates // that it is sent when it should. When true the option // is not sent despite of any other setting, i.e. it is // a final flag. @@ -898,7 +898,7 @@ "name": "routers", // Boolean flag indicating if the given option is never - // send in response. + // sent in response. "never-send": false, // Option space. The default value "dhcp4" designates the |