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
The proposed fix in previous comment will not work as RouteAdvertisement is an enum (disabled, enabled, selective, always, all, any). This change in bigip rest api >=13.0 does not consider backward compatibility for go client.
Issue:
Calling session.VirtualAddresses() with a VIP's RouteAdvertisement set to "selective" caused this error
This happens after upgrading big-ip to 13.0.
Analysis:
It appears the json declaration for virtualAddressDTO still uses the old value "enabled" for RouteAdvertisement
https://github.com/f5devcentral/go-bigip/blob/master/ltm.go#L596
This is a knowledge base article about the change of "enabled" to "selective" for RouteAdvertisement
https://support.f5.com/csp/article/K85543242
Proposed fix:
The text was updated successfully, but these errors were encountered: