mirror of
https://github.com/ansible-collections/community.routeros.git
synced 2025-08-21 10:09:23 +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
2
changelogs/fragments/392-sys-note-cli-login.yml
Normal file
2
changelogs/fragments/392-sys-note-cli-login.yml
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
minor_changes:
|
||||||
|
- api_info, api_modify - add ``show-at-cli-login`` property in ``system note`` (https://github.com/ansible-collections/community.routeros/pull/392).
|
|
@ -4421,6 +4421,9 @@ PATHS = {
|
||||||
unversioned=VersionedAPIData(
|
unversioned=VersionedAPIData(
|
||||||
single_value=True,
|
single_value=True,
|
||||||
fully_understood=True,
|
fully_understood=True,
|
||||||
|
versioned_fields=[
|
||||||
|
([('7.14', '>=')], 'show-at-cli-login', KeyInfo(default=False)),
|
||||||
|
],
|
||||||
fields={
|
fields={
|
||||||
'note': KeyInfo(default=''),
|
'note': KeyInfo(default=''),
|
||||||
'show-at-login': KeyInfo(default=True),
|
'show-at-login': KeyInfo(default=True),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue