mirror of
https://github.com/ansible-collections/community.routeros.git
synced 2025-06-21 09:35:45 +02:00
Add support for additional '/mpls' paths (#272)
* 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>
This commit is contained in:
parent
78d2fdd0f2
commit
6fde8f3baf
4 changed files with 56 additions and 5 deletions
|
@ -184,7 +184,11 @@ options:
|
|||
- ipv6 route
|
||||
- ipv6 settings
|
||||
- mpls
|
||||
- mpls interface
|
||||
- mpls ldp
|
||||
- mpls ldp accept-filter
|
||||
- mpls ldp advertise-filter
|
||||
- mpls ldp interface
|
||||
- port firmware
|
||||
- port remote-access
|
||||
- ppp aaa
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue