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

F5 Config Converter is not converting VirtualService with same IP & Port with different protocol(TCP or UDP) #2591

Open
senthilkumarvs83 opened this issue Mar 13, 2023 · 0 comments
Labels

Comments

@senthilkumarvs83
Copy link

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

  1. 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant