mirror of
https://github.com/ansible-collections/community.routeros.git
synced 2025-06-21 01:25:49 +02:00
Rename Wireguard peer "is-responder" to "responder" for RouterOS 7.17 (#364)
RouterOS 7.17 renamed the `is-responder` property in `/interface/wireguard/peers` to `responder`.
This commit is contained in:
parent
4b9925ac23
commit
770e4d2c8d
2 changed files with 4 additions and 1 deletions
2
changelogs/fragments/364-wireguard-responder.yml
Normal file
2
changelogs/fragments/364-wireguard-responder.yml
Normal file
|
@ -0,0 +1,2 @@
|
|||
minor_changes:
|
||||
- api_info, api_modify - rename ``is-responder`` property in ``interface wireguard peers`` to ``responder`` for RouterOS 7.17 and newer (https://github.com/ansible-collections/community.routeros/pull/364).
|
|
@ -2441,7 +2441,8 @@ PATHS = {
|
|||
},
|
||||
versioned_fields=[
|
||||
([('7.15', '>=')], 'name', KeyInfo()),
|
||||
([('7.15', '>=')], 'is-responder', KeyInfo()),
|
||||
([('7.15', '>='), ('7.17', '<')], 'is-responder', KeyInfo()),
|
||||
([('7.17', '>=')], 'responder', KeyInfo()),
|
||||
],
|
||||
),
|
||||
),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue