mirror of
https://github.com/ansible-collections/community.routeros.git
synced 2025-06-26 11:48:42 +02:00
Add cpu-frequency, memory-frequency, preboot-etherboot* properties (#320)
Signed-off-by: Michael Hanselmann <public@hansmi.ch>
This commit is contained in:
parent
5adc664b04
commit
22ff089787
2 changed files with 6 additions and 0 deletions
2
changelogs/fragments/320-add-routerboard-properties.yml
Normal file
2
changelogs/fragments/320-add-routerboard-properties.yml
Normal file
|
@ -0,0 +1,2 @@
|
|||
minor_changes:
|
||||
- api_info, api_modify - add support for the ``cpu-frequency``, ``memory-frequency``, ``preboot-etherboot`` and ``preboot-etherboot-server`` properties in ``system routerboard settings`` (https://github.com/ansible-collections/community.routeros/pull/320).
|
|
@ -4257,9 +4257,13 @@ PATHS = {
|
|||
'boot-delay': KeyInfo(default='2s'),
|
||||
'boot-device': KeyInfo(default='nand-if-fail-then-ethernet'),
|
||||
'boot-protocol': KeyInfo(default='bootp'),
|
||||
'cpu-frequency': KeyInfo(),
|
||||
'enable-jumper-reset': KeyInfo(default=True),
|
||||
'enter-setup-on': KeyInfo(default='any-key'),
|
||||
'force-backup-booter': KeyInfo(default=False),
|
||||
'memory-frequency': KeyInfo(),
|
||||
'preboot-etherboot': KeyInfo(),
|
||||
'preboot-etherboot-server': KeyInfo(),
|
||||
'protected-routerboot': KeyInfo(default='disabled'),
|
||||
'reformat-hold-button': KeyInfo(default='20s'),
|
||||
'reformat-hold-button-max': KeyInfo(default='10m'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue