Fixes #189: Add missing /snmp parameter "engine-id-suffix" (#190)

* Fixes #189: Add missing /snmp parameter "engine-id-suffix"

* Fixes #189: Add changelog fragment after getting PR ID

* Update changelogs/fragments/180-fix-engine-id-suffix-in-snmp.yml

Co-authored-by: Felix Fontein <felix@fontein.de>

---------

Co-authored-by: Johannes Münch <git@washiza.eu>
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
derdeagle 2023-07-16 21:15:48 +02:00 committed by GitHub
parent 553a77aa91
commit e570c582d0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 0 deletions

View file

@ -0,0 +1,2 @@
bugfixes:
- api_modify, api_info - add missing parameter ``engine-id-suffix`` for the ``snmp`` path (https://github.com/ansible-collections/community.routeros/issues/189, https://github.com/ansible-collections/community.routeros/pull/190).

View file

@ -2280,6 +2280,7 @@ PATHS = {
'contact': KeyInfo(default=''), 'contact': KeyInfo(default=''),
'enabled': KeyInfo(default=False), 'enabled': KeyInfo(default=False),
'engine-id': KeyInfo(default=''), 'engine-id': KeyInfo(default=''),
'engine-id-suffix': KeyInfo(default=''),
'location': KeyInfo(default=''), 'location': KeyInfo(default=''),
'src-address': KeyInfo(default='::'), 'src-address': KeyInfo(default='::'),
'trap-community': KeyInfo(default='public'), 'trap-community': KeyInfo(default='public'),