ansible-collections / community.routeros

Ansible modules for managing MikroTik RouterOS instances.
https://galaxy.ansible.com/ui/repo/published/community/routeros/
GNU General Public License v3.0
95 stars 44 forks source link

Add support for newer 'wifi' interface #253

Closed radokristof closed 5 months ago

radokristof commented 7 months ago

If possible please also add support for the wifi interface type. Config is similar to wifiwave2, after 7.12 it replaces the wifiwave2 package actually.

Thank you

teadur commented 7 months ago

support for wifi package would be needed indeed, as of since routeros 7.13 you must be running wifi pkg if you have wifi ac/ax chips and currently we are unable to configure such a device with this role.

It seems that the maintainer is well aware of the fact: https://github.com/search?q=repo%3Aansible-collections%2Fcommunity.routeros%207.13&type=code

I'm a bit surprised that there is nothing on the subject in the repo issues, if fixing it depends on something outside like routeros api implementation it would be nice to know, otherwise should be fairly easy to implement considering its more or less wifiwave2 renamed.

Hopefully this issue gets priority in #1 and @ytimenkov can help with the implementation/review as of he was the original implementor.

ytimenkov commented 7 months ago

At that time ros 7.13 was beta and I didn't want to risk my ap 😁. I can try to upgrade and take a look when I get some free time.

radokristof commented 7 months ago

AFAIK, commands are the same as for wifiwave2 maybe only the path names needs to be changed