mirror of
https://github.com/ansible-collections/community.routeros.git
synced 2025-08-18 16:48:45 +02:00
Add show-at-cli-login property for system note (#392)
RouterOS 7.14 (March 2024) added `show-at-cli-login` in `system note`.
This commit is contained in:
parent
e40a3b011c
commit
3b05f8a4cd
2 changed files with 5 additions and 0 deletions
|
@ -4421,6 +4421,9 @@ PATHS = {
|
|||
unversioned=VersionedAPIData(
|
||||
single_value=True,
|
||||
fully_understood=True,
|
||||
versioned_fields=[
|
||||
([('7.14', '>=')], 'show-at-cli-login', KeyInfo(default=False)),
|
||||
],
|
||||
fields={
|
||||
'note': KeyInfo(default=''),
|
||||
'show-at-login': KeyInfo(default=True),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue