You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- api_info, api_modify - set default value for ``include`` and ``exclude`` properties in ``system note`` to an empty string (https://github.com/ansible-collections/community.routeros/pull/394).
20
+
21
+
Bugfixes
22
+
--------
23
+
24
+
- api_facts - also report interfaces that are inferred only by reference by IP addresses.
25
+
RouterOS's APIs have IPv4 and IPv6 addresses point at interfaces by their name, which can
26
+
change over time and in-between API calls, such that interfaces may have been enumerated
27
+
under another name, or not at all (for example when removed). Such interfaces are now reported
28
+
under their new or temporary name and with a synthetic ``type`` property set to differentiate
29
+
the more likely and positively confirmed removal case (with ``type: "ansible:unknown"``) from
30
+
the unlikely and probably transient naming mismatch (with ``type: "ansible:mismatch"``).
31
+
Previously, the api_facts module would have crashed with a ``KeyError`` exception
0 commit comments