mirror of
https://github.com/Telecominfraproject/ols-ucentral-schema.git
synced 2025-10-29 01:02:20 +00:00
17 lines
482 B
YAML
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']
|