mirror of
https://github.com/ansible-collections/community.routeros.git
synced 2025-06-21 01:25:49 +02:00
* Fixes #338: Add require-message-auth in radius path Add changelog fragment * Update changelogs/fragments/339-add-require-message-auth-for-radius.yml Co-authored-by: Felix Fontein <felix@fontein.de> --------- Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
1466c9f984
commit
364ef6c5fe
2 changed files with 5 additions and 0 deletions
|
@ -0,0 +1,2 @@
|
|||
minor_changes:
|
||||
- api_info, api_modify - add missing attribute ``require-message-auth`` for the ``radius`` path which exists since RouterOS version 7.15 (https://github.com/ansible-collections/community.routeros/issues/338, https://github.com/ansible-collections/community.routeros/pull/339).
|
|
@ -4018,6 +4018,9 @@ PATHS = {
|
|||
'src-address': KeyInfo(default='0.0.0.0'),
|
||||
'timeout': KeyInfo(default='300ms'),
|
||||
},
|
||||
versioned_fields=[
|
||||
([('7.15', '>=')], 'require-message-auth', KeyInfo(default='yes-for-request-resp')),
|
||||
],
|
||||
),
|
||||
),
|
||||
('radius', 'incoming'): APIData(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue