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

ImporterWrapper: Allocate a new Importer object (#1481) #1487

Merged
merged 1 commit into from
Dec 19, 2024

Conversation

salv-orlando
Copy link
Member

The wrapper function was updating the existing importer, but the replaced function ended up having the same pointer as the wrapper function, meaning that import would enter an infinite recursion loop.

Tested by doing import, read, update, and delete for

  1. nsxt_logical_tier1_router
  2. nsxt_ip_pool

The wrapper function was updating the existing importer, but the replaced
function ended up having the same pointer as the wrapper function, meaning
that import would enter an infinite recursion loop.

Tested by doing import, read, update, and delete for
1) nsxt_logical_tier1_router
2) nsxt_ip_pool

Signed-off-by: Salvatore Orlando <[email protected]>
@annakhm annakhm merged commit 1d7197d into vmware:branch_380 Dec 19, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants