mirror of
https://github.com/ansible-collections/community.routeros.git
synced 2025-06-27 03:59:05 +02:00
* 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:
parent
553a77aa91
commit
e570c582d0
2 changed files with 3 additions and 0 deletions
|
@ -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).
|
|
@ -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'),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue