Add show-at-cli-login property for system note (#392)
Some checks are pending
Collection Docs / Build Ansible Docs (push) Waiting to run
Collection Docs / Publish Ansible Docs (push) Blocked by required conditions
nox / Run extra sanity tests (push) Waiting to run
nox / ansible-test (push) Waiting to run

RouterOS 7.14 (March 2024) added `show-at-cli-login` in `system note`.
This commit is contained in:
hansmi 2025-08-11 19:59:46 +02:00 committed by GitHub
parent e40a3b011c
commit 3b05f8a4cd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 0 deletions

View file

@ -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),