mirror of
https://github.com/ansible-collections/community.routeros.git
synced 2025-06-20 17:15:46 +02:00
Update _api_data.py (#371)
* Update _api_data.py Add /interface/bridge property "port-cost-mode" which is supported since RouterOS 7.13. See changelog for details: https://mikrotik.com/download/changelogs * Create 371-add-bridge-port-cost-mode.yml * Update changelogs/fragments/371-add-bridge-port-cost-mode.yml Co-authored-by: Felix Fontein <felix@fontein.de> --------- Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
5b81c157fe
commit
f5b952751e
2 changed files with 4 additions and 0 deletions
3
changelogs/fragments/371-add-bridge-port-cost-mode.yml
Normal file
3
changelogs/fragments/371-add-bridge-port-cost-mode.yml
Normal file
|
@ -0,0 +1,3 @@
|
|||
---
|
||||
minor_changes:
|
||||
- api_info, api_modify - add ``port-cost-mode`` to ``interface bridge`` which is supported since RouterOS 7.13 (https://github.com/ansible-collections/community.routeros/pull/371).
|
|
@ -281,6 +281,7 @@ PATHS = {
|
|||
versioned_fields=[
|
||||
([('7.0', '<')], 'ingress-filtering', KeyInfo(default=False)),
|
||||
([('7.0', '>=')], 'ingress-filtering', KeyInfo(default=True)),
|
||||
([('7.13', '>=')], 'port-cost-mode', KeyInfo(default='long')),
|
||||
([('7.16', '>=')], 'forward-reserved-addresses', KeyInfo(default=False)),
|
||||
([('7.16', '>=')], 'max-learned-entries', KeyInfo(default='auto')),
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue