Files
ols-ucentral-schema/schema/config-raw.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

17 lines
482 B
YAML

description:
This object allows passing raw uci commands, that get applied after all the
other configuration was ben generated.
type: array
items:
type: array
minItems: 2
items:
type: string
examples:
- ['set', 'system.@system[0].timezone', 'GMT0']
- ['delete', 'firewall.@zone[0]']
- ['delete', 'dhcp.wan']
- ['add', 'dhcp', 'dhcp']
- ['add-list', 'system.ntp.server', '0.pool.example.org']
- ['del-list', 'system.ntp.server', '1.openwrt.pool.ntp.org']