F5Networks / f5-ansible

Imperative Ansible modules for F5 BIG-IP products
GNU General Public License v3.0
376 stars 229 forks source link

BIG-IP 13.1.0 breaks bigip_snmp_trap #629

Closed caphrim007 closed 6 years ago

caphrim007 commented 6 years ago

in BIG-IP 13.1.0, the "default" Network option was removed from tmui. This means that the enum for valid values in the Network became (mgmt and other) essentially removing the ability to make it an empty value.

The module needs to be updated to reflect the removal in 13.1.0 and raise an error in the event that default is used on versions 13.1.0 and greater

caphrim007 commented 6 years ago

@delgadillo22