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:
Tr4sK 2024-09-10 09:08:10 +02:00 committed by GitHub
parent 1942b3ddbb
commit 136250a802
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 0 deletions

View file

@ -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'),