Files
archived-wlan-ucentral-schema/schema/interface.ipv4.dhcp.yml
John Crispin ecc742a373 allow sending multiple DNS servers to dhcp clients
Signed-off-by: John Crispin <john@phrozen.org>
2024-01-12 10:03:53 +01:00

33 lines
731 B
YAML

description:
This section describes the DHCP server configuration
type: object
properties:
lease-first:
description:
The last octet of the first IPv4 address in this DHCP pool.
type: integer
examples:
- 10
lease-count:
description:
The number of IPv4 addresses inside the DHCP pool.
type: integer
examples:
- 100
lease-time:
description:
How long the lease is valid before a RENEW must be issued.
type: string
format: uc-timeout
default: 6h
use-dns:
description:
The DNS server sent to clients as DHCP option 6.
anyOf:
- type: string
format: ipv4
- type: array
items:
type: string
format: ipv4