-
-
Notifications
You must be signed in to change notification settings - Fork 94
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 unifi network version 7.4.XX ? #360
Comments
We only support stable releases, I think 7.4 is still in EA? |
Oh yes, you might be right. Sorry about that... |
I'm reopening this issue since unifi network 7.4 has been GA'd |
I just ran into this myself after an unplanned upgrade from 7.3 Basic functionality seems to still work, though I'm a bit paranoid of what is/isn't happening behind the scenes. This snippet is working for me so far to replace the old built-in port_profiles. And since port_profiles are currently the only way to manage port_overrides on a switch device, that's the only way I seem to be able to work now. I'm posting this in hopes of 1) inspiring others and 2) maybe getting critique on important things I may have overlooked in my rush job to fix this for myself.
|
I "fixed" it aswell on my side a few months ago.
Adding a single network to a port, or making a trunk profile works, even tho it's a hack. |
I'm blocked on this as well |
Update: changes have been made by this kind stranger. might be worth looking into at least for the port_profile port which I think it the most painful issue right now. |
@paultyng I ran across your provider tonight and was doing a full config of network with IaC. I'm encountering this issue as well, it's a single native VLAN or a full Trunk profile which is not always desired. Is it possible to get the fix mentioned above merged in please? |
Ubiquiti released an update to (at least) the udm pro, and most of its hardware, bringing network v 7.4.XX, which changes quite a few things in terms of port configuration, port profiles, etc...
The current latest version of the provider does not work with it, most port_profile features are unusable (VLAN tagging doesnt work because of the changes on the unifi side).
Is a new version being worked on to support this new software version ?
Cheers,
The text was updated successfully, but these errors were encountered: