mirror of
https://github.com/ansible-collections/community.routeros.git
synced 2025-07-15 20:54:36 +02:00
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
This commit is contained in:
parent
5b81c157fe
commit
ee05a9932d
1 changed files with 1 additions and 0 deletions
|
@ -281,6 +281,7 @@ PATHS = {
|
||||||
versioned_fields=[
|
versioned_fields=[
|
||||||
([('7.0', '<')], 'ingress-filtering', KeyInfo(default=False)),
|
([('7.0', '<')], 'ingress-filtering', KeyInfo(default=False)),
|
||||||
([('7.0', '>=')], 'ingress-filtering', KeyInfo(default=True)),
|
([('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', '>=')], 'forward-reserved-addresses', KeyInfo(default=False)),
|
||||||
([('7.16', '>=')], 'max-learned-entries', KeyInfo(default='auto')),
|
([('7.16', '>=')], 'max-learned-entries', KeyInfo(default='auto')),
|
||||||
],
|
],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue