mirror of
https://github.com/ansible-collections/community.routeros.git
synced 2025-07-16 13:14:36 +02:00
Fix typo in changelog. (#225)
This commit is contained in:
parent
dc110500db
commit
efbc05ef73
2 changed files with 3 additions and 3 deletions
|
@ -196,7 +196,7 @@ Known Issues
|
||||||
------------
|
------------
|
||||||
|
|
||||||
- api_modify - when limits for entries in ``queue tree`` are defined as human readable - for example ``25M`` -, the configuration will be correctly set in ROS, but the module will indicate the item is changed on every run even when there was no change done. This is caused by the ROS API which returns the number in bytes - for example ``25000000`` (which is inconsistent with the CLI behavior). In order to mitigate that, the limits have to be defined in bytes (those will still appear as human readable in the ROS CLI) (https://github.com/ansible-collections/community.routeros/pull/131).
|
- api_modify - when limits for entries in ``queue tree`` are defined as human readable - for example ``25M`` -, the configuration will be correctly set in ROS, but the module will indicate the item is changed on every run even when there was no change done. This is caused by the ROS API which returns the number in bytes - for example ``25000000`` (which is inconsistent with the CLI behavior). In order to mitigate that, the limits have to be defined in bytes (those will still appear as human readable in the ROS CLI) (https://github.com/ansible-collections/community.routeros/pull/131).
|
||||||
- api_modify, api_info - ``routing ospf area``, ``routing ospf area range``, ``routing ospf instance``, ``routing ospf interface-template`` paths are not fully implemeted for ROS6 due to the significat changes between ROS6 and ROS7 (https://github.com/ansible-collections/community.routeros/pull/131).
|
- api_modify, api_info - ``routing ospf area``, ``routing ospf area range``, ``routing ospf instance``, ``routing ospf interface-template`` paths are not fully implemented for ROS6 due to the significant changes between ROS6 and ROS7 (https://github.com/ansible-collections/community.routeros/pull/131).
|
||||||
|
|
||||||
v2.3.1
|
v2.3.1
|
||||||
======
|
======
|
||||||
|
|
|
@ -276,8 +276,8 @@ releases:
|
||||||
in bytes (those will still appear as human readable in the ROS CLI) (https://github.com/ansible-collections/community.routeros/pull/131).
|
in bytes (those will still appear as human readable in the ROS CLI) (https://github.com/ansible-collections/community.routeros/pull/131).
|
||||||
- api_modify, api_info - ``routing ospf area``, ``routing ospf area range``,
|
- api_modify, api_info - ``routing ospf area``, ``routing ospf area range``,
|
||||||
``routing ospf instance``, ``routing ospf interface-template`` paths are not
|
``routing ospf instance``, ``routing ospf interface-template`` paths are not
|
||||||
fully implemeted for ROS6 due to the significat changes between ROS6 and ROS7
|
fully implemented for ROS6 due to the significant changes between ROS6 and
|
||||||
(https://github.com/ansible-collections/community.routeros/pull/131).
|
ROS7 (https://github.com/ansible-collections/community.routeros/pull/131).
|
||||||
minor_changes:
|
minor_changes:
|
||||||
- api* modules - Add new option ``force_no_cert`` to connect with ADH ciphers
|
- api* modules - Add new option ``force_no_cert`` to connect with ADH ciphers
|
||||||
(https://github.com/ansible-collections/community.routeros/pull/124).
|
(https://github.com/ansible-collections/community.routeros/pull/124).
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue