rmillet-rs
rmillet-rs
Hello, I currently have a vApp with on VM. On the VM there are 3 interfaces, in the following order: - net1 POOL - net2 DHCP - net3 DHCP When...
Hello, vCloud: 9.7.0.16081827 API: 32.0 python: 3.7 I am not able to instantiate a vApp where the VM has no network. ```python vdc.instantiate_vapp("vapp_name", "my_catalog", "my_template", description="test desc.", deploy=True, power_on=False, accept_all_eulas=False,...
Hello, When SNI does not match any known server name (in filter_chain_match), is it possible to send an "unrecognized_name" TLS alert instead of resetting the connection? Current behavior with envoy:...