Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ImporterWrapper: Allocate a new Importer object (#1481)
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]>
- Loading branch information