Files
wlan-ucentral-schema/state/interface.ipv6-lease.yml
John Crispin 9585ababf7 schema: move over to the new schema/renderer
Signed-off-by: John Crispin <john@phrozen.org>
2021-05-14 10:39:10 +02:00

18 lines
412 B
YAML

type: array
description:
items:
type: object
description:
This section describes an IPv6 lease that we have served.
properties:
addresses:
type: array
description:
A list of all IPv6 addresses that were assigned to this host.
items:
type: string
hostname:
type: string
description:
The hostname that the client sent in its solicit message.