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
Hello there,
I've started to work with this collection to configure routeros hardware, first of all thanks for this great piece of software it's a real pleasure working with it !
SUMMARY
I've encountered some keys unsupported by api_modify :
- name: ip firewall filter
community.routeros.api_modify:
path: ip firewall filter
data:
"{{ firewall_filters }}"
loop item :
{
"action": "fasttrack-connection",
"chain": "forward",
"connection-state": "established,related",
"hw-offload": true,
},
result:
TASK [mikrotik : ip firewall filter]
FAILED! => {"changed": false, "msg": "Unknown key \"hw-offload\" at index 1."}
I created #121 for this. I saw some more missing fields in interface ethernet. About hw-offload: that doesn't seem to exist on my router, maybe it needs ROS7 or a better model. In any case I also added it so that folks who have it can use it.
Hello there,
I've started to work with this collection to configure routeros hardware, first of all thanks for this great piece of software it's a real pleasure working with it !
SUMMARY
I've encountered some keys unsupported by api_modify :
Same here :
I don't use it but I noticed poe-priority key is also missing for "interface ethernet" path
I've added these keys in my local plugins/module_utils/_api_data.py file and these tasks are running happily
ISSUE TYPE
COMPONENT NAME
community.routeros.api_modify
ANSIBLE VERSION
COLLECTION VERSION
OS / ENVIRONMENT
Mikrotik ROS 7.5 (stable)
The text was updated successfully, but these errors were encountered: