mirror of
https://github.com/ansible-collections/community.routeros.git
synced 2025-08-02 17:24:35 +02:00
* Add support for additional '/mpls' paths - Enable '/mpls interface' for use in api_info/api_modify and update fields. - Add '/mpls ldp accept-filter' path. - Add '/mpls ldp advertise-filter' path. - Add '/mpls ldp interface' path. * Add changelogs/fragments/272-additional_mpls_path_support.yml * Fixed new paths in api_info.py and api_modify.py * Remove dot. --------- Co-authored-by: Felix Fontein <felix@fontein.de>
2 lines
No EOL
241 B
YAML
2 lines
No EOL
241 B
YAML
minor_changes:
|
|
- api_info, api_modify - add support for paths ``/mpls interface``, ``/mpls ldp accept-filter``, ``/mpls ldp advertise-filter`` and ``mpls ldp interface`` (https://github.com/ansible-collections/community.routeros/pull/272). |