mirror of
https://github.com/ansible-collections/community.routeros.git
synced 2025-08-05 10:44:37 +02:00
Fix some bugs and adapt RouterOS v.7.12 changes (#234)
* Fix some bugs and adapt RouterOS v.7.12 changes /ip traffic-flow target: make it a multiple value (single_value=False) field /routing id: add comment attribute /tool e-mail: add versioning to the parameters as "address" was renamed to "server" in 7.12 /routing bgp connection: add missing attributes * Add changelog fragment * Fix duplicate key 'output.network' * Split up the changelog fragment --------- Co-authored-by: Johannes Münch <git@washiza.eu>
This commit is contained in:
parent
479f3106bf
commit
92c6226394
2 changed files with 76 additions and 15 deletions
|
@ -0,0 +1,5 @@
|
|||
minor_changes:
|
||||
- api_modify - add missing ``comment`` attribute to ``/routing id`` (https://github.com/ansible-collections/community.routeros/pull/234).
|
||||
- api_modify - make ``/ip traffic-flow target`` a multiple value attribute (https://github.com/ansible-collections/community.routeros/pull/234).
|
||||
- api_modify - add versioning to the ``/tool e-mail`` path (RouterOS 7.12 release) (https://github.com/ansible-collections/community.routeros/pull/234).
|
||||
- api_modify - add missing attributes to the ``routing bgp connection`` path (https://github.com/ansible-collections/community.routeros/pull/234).
|
Loading…
Add table
Add a link
Reference in a new issue