Skip to content

Commit

Permalink
Fixes #189: Add missing /snmp parameter "engine-id-suffix" (#190)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>

---------

Co-authored-by: Johannes Münch <[email protected]>
Co-authored-by: Felix Fontein <[email protected]>
  • Loading branch information
3 people authored Jul 16, 2023
1 parent 553a77a commit e570c58
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions changelogs/fragments/180-fix-engine-id-suffix-in-snmp.yml
Original file line number Diff line number Diff line change
@@ -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).
1 change: 1 addition & 0 deletions plugins/module_utils/_api_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -2280,6 +2280,7 @@ def join_path(path):
'contact': KeyInfo(default=''),
'enabled': KeyInfo(default=False),
'engine-id': KeyInfo(default=''),
'engine-id-suffix': KeyInfo(default=''),
'location': KeyInfo(default=''),
'src-address': KeyInfo(default='::'),
'trap-community': KeyInfo(default='public'),
Expand Down

0 comments on commit e570c58

Please sign in to comment.