mirror of
https://github.com/ansible-collections/community.routeros.git
synced 2025-06-21 09:35:45 +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
|
@ -2280,6 +2280,7 @@ PATHS = {
|
|||
'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'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue