Files
wlan-ucentral-schema/schema/globals.yml
John Crispin 5c3c572204 airtime-fairness: add ATF to the data model
Signed-off-by: John Crispin <john@phrozen.org>
2021-11-11 12:44:45 +01:00

26 lines
860 B
YAML

description:
A device has certain global properties that are used to derive parts of
the final configuration that gets applied.
type: object
properties:
ipv4-network:
description:
Define the IPv4 range that is delegatable to the downstream interfaces
This is described as a CIDR block. (192.168.0.0/16, 172.16.128/17)
type: string
format: uc-cidr4
examples:
- 192.168.0.0/16
ipv6-network:
description:
Define the IPv6 range that is delegatable to the downstream interfaces
This is described as a CIDR block. (fdca:1234:4567::/48)
type: string
format: uc-cidr6
examples:
- fdca:1234:4567::/48
wireless-multimedia:
anyOf:
- $ref: 'https://ucentral.io/schema/v1/globals/wireless-multimedia/table/'
- $ref: 'https://ucentral.io/schema/v1/globals/wireless-multimedia/profile/'