Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for /interface/wireless/connect-list #605

Open
xelite opened this issue Nov 21, 2024 · 7 comments · Fixed by #606 · May be fixed by #615
Open

Support for /interface/wireless/connect-list #605

xelite opened this issue Nov 21, 2024 · 7 comments · Fixed by #606 · May be fixed by #615
Assignees
Labels
enhancement New feature or request released

Comments

@xelite
Copy link

xelite commented Nov 21, 2024

Please create resource routeros_interface_wireless_connect_list for support command /interface/wireless/connect-list.

@xelite xelite added the enhancement New feature or request label Nov 21, 2024
@vaerh vaerh self-assigned this Nov 24, 2024
@vaerh
Copy link
Collaborator

vaerh commented Nov 24, 2024

Hi!
After the release I ask to check the resource, as my hardware doesn't support Wave2 and I have no place to test the correctness of it.

@vaerh
Copy link
Collaborator

vaerh commented Nov 24, 2024

🎉 This issue has been resolved in version 1.70.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@vaerh vaerh added the released label Nov 24, 2024
@xelite
Copy link
Author

xelite commented Dec 8, 2024

Hi,
I tested the resource. I was able to create, modify, delete, and import. However, I received warnings. Below is a list of all that occurred:

│ [MikrotikResourceDataToTerraform] The field was lost during the Schema development: ▷ 'iw_uesa': 'any' ◁
│ [MikrotikResourceDataToTerraform] The field was lost during the Schema development: ▷ 'iw_hotspot20': 'any' ◁
│ [MikrotikResourceDataToTerraform] The field was lost during the Schema development: ▷ 'iw_hotspot20_dgaf': 'any' ◁
│ [MikrotikResourceDataToTerraform] The field was lost during the Schema development: ▷ 'iw_network_type': 'wildcard' ◁
│ [MikrotikResourceDataToTerraform] The field was lost during the Schema development: ▷ 'iw_venue': 'any' ◁
│ [MikrotikResourceDataToTerraform] The field was lost during the Schema development: ▷ 'iw_roaming_ois': '' ◁
│ [MikrotikResourceDataToTerraform] The field was lost during the Schema development: ▷ 'iw_ipv6_availability': 'any' ◁
│ [MikrotikResourceDataToTerraform] The field was lost during the Schema development: ▷ 'iw_hessid': '00:00:00:00:00:00' ◁
│ [MikrotikResourceDataToTerraform] The field was lost during the Schema development: ▷ 'iw_internet': 'any' ◁
│ [MikrotikResourceDataToTerraform] The field was lost during the Schema development: ▷ 'iw_asra': 'any' ◁
│ [MikrotikResourceDataToTerraform] The field was lost during the Schema development: ▷ 'iw_esr': 'any' ◁

image

@vaerh vaerh reopened this Dec 8, 2024
@vaerh
Copy link
Collaborator

vaerh commented Dec 8, 2024

I saw 15 iw- attributes in the console, but couldn't find any information about them. Maybe you can give me a hint?

/* ???
iw-asra iw-esr iw-hotspot20-dgaf iw-ipv6-availability iw-roaming-ois
iw-authentication-types iw-hessid iw-internet iw-network-type iw-uesa
iw-connection-capabilities iw-hotspot20 iw-ipv4-availability iw-realms iw-venue
*/

@xelite
Copy link
Author

xelite commented Dec 9, 2024

I don'n know what it is. This is how resorce created with terraform looks from winbox:

[admin@sxt-mostowa] > /interface/wireless/connect-list/print 
Flags: X - disabled 
 0 X interface=wlan1 connect=yes mac-address=00:00:00:00:00:00 ssid="xsdsdsd" signal-range=-120..120 allow-signal-out-of-range=10s area-prefix="" security-profile=default wireless-protocol=any interworking=any iw-network-type=wildcard iw-venue=any 
     iw-hessid=00:00:00:00:00:00 iw-internet=any iw-asra=any iw-esr=any iw-uesa=any iw-hotspot20=any iw-hotspot20-dgaf=any iw-roaming-ois="" iw-ipv4-availability=any iw-ipv6-availability=any 3gpp="" 

I can't set iw-* from ui:
image

Maybe set up default values like above with optional change in resource provider?

@vaerh
Copy link
Collaborator

vaerh commented Dec 10, 2024

Thank you so much! I'll experiment with these properties soon and think about how best to add them to the resource.

@vaerh

This comment was marked as off-topic.

@vaerh vaerh linked a pull request Dec 11, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request released
Projects
None yet
2 participants