mirror of
https://github.com/ansible-collections/community.routeros.git
synced 2025-06-21 09:35:45 +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
|
@ -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