mirror of
https://github.com/ansible-collections/community.routeros.git
synced 2025-06-21 09:35:45 +02:00
Add default to snmp community api_data (#311)
* Add default to snmp community api_data * Add changelog fragment * fix typo * suggestion from felixfontein * suggestion from felixfontein * Apply suggestions from code review --------- Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
1942b3ddbb
commit
136250a802
2 changed files with 3 additions and 0 deletions
|
@ -1101,6 +1101,7 @@ PATHS = {
|
|||
fully_understood=True,
|
||||
primary_keys=('name', ),
|
||||
fields={
|
||||
'default': KeyInfo(read_only=True),
|
||||
'addresses': KeyInfo(default='::/0'),
|
||||
'authentication-password': KeyInfo(default=''),
|
||||
'authentication-protocol': KeyInfo(default='MD5'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue