Describe the bug
Converter is not able to convert the F5 config to AVI for VIP with same IP address and port number but different protocol. For example if a VIP with 192.168.1.1 with a port 389 with TCP protocol get successful conversion where if the same ip address 192.168.1.1 with port 389 and different protocol UDP is not getting converted.
"WARNING: VS object not found with name xxxxxxxxxxxxxxxxxx-UDP
Reproduction steps
- python f5_converter.py -f bigip.conf -- output_file /path/to/output -- vs_filter XXXXXXXXX-UDP --vs_state disable -t admin --cloud_name xxx --vrf xxx-VRF --controller_version 21.1.4 --segroup xxxgroup
...
Expected behavior
It should not skip the VIPs as it's creating a list with "Skipped: Duplicate IP-Port for vs"
Additional context
No response