mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-31 05:55:28 +00:00
[#1010] Updated ARM and all-keys.json
modified: doc/examples/kea4/all-keys.json doc/examples/kea6/all-keys.json doc/sphinx/arm/dhcp4-srv.rst doc/sphinx/arm/dhcp6-srv.rst
This commit is contained in:
committed by
Francis Dupont
parent
8420b49913
commit
afcccdb46a
@@ -452,6 +452,10 @@
|
||||
// DHCP client renews the lease.
|
||||
"renew-timer": 30,
|
||||
|
||||
// Global value to store extended information (e.g. relay agent
|
||||
// information) with each lease.
|
||||
"store-extended-info:" true,
|
||||
|
||||
// Governs how the Kea DHCPv6 server should deal with the invalid
|
||||
// data received from the client.
|
||||
"sanity-checks": {
|
||||
@@ -574,6 +578,10 @@
|
||||
// network is selected for client assignments.
|
||||
"require-client-classes": [ "late" ],
|
||||
|
||||
// Turn off storage of extended information (e.g. relay agent
|
||||
// information) with each lease for this shared-network.
|
||||
"store-extended-info:" false,
|
||||
|
||||
// List of IPv6 subnets belonging to this shared network.
|
||||
"subnet6": [
|
||||
{
|
||||
@@ -618,6 +626,10 @@
|
||||
// which the response is sent.
|
||||
"interface-id": "",
|
||||
|
||||
// Turn on storage of extended information (e.g. relay agent
|
||||
// information) with each lease for this subnet.
|
||||
"store-extended-info:" true,
|
||||
|
||||
// Subnet level list of DHCP options.
|
||||
"option-data": [
|
||||
{
|
||||
|
Reference in New Issue
Block a user