0
0
mirror of https://github.com/bpg/terraform-provider-proxmox.git synced 2025-07-02 03:22:59 +00:00
terraform-provider-proxmox/proxmox
mandrav 9fd9d211d7
fix(vm): no IP address detection when VM contains bridges (#493)
When the VM contains at least one bridge, the main interface (e.g.
`eth0`) is left without an IP address because that's how networks
usually work.

The code that queries the VM's IP addresses (through the guest agent),
loops all available interfaces to find one. The existing code though
would prematurely exit the loop if the interface it was checking had no IP
address assigned. Like the aforementioned `eth0`, when it is controlled
by a bridge.

This patch fixes this problem by not exiting the loop, instead just continuing
to the next interface.
2023-08-14 21:22:50 -04:00
..
access fix(user): make password attribute optional (#474) 2023-08-10 15:07:49 +00:00
api fix(API): remove HTTP client timeout (#464) 2023-08-05 22:59:14 +00:00
cluster chore(deps): bump github.com/golangci/golangci-lint from 1.53.3 to 1.54.0 in /tools (#482) 2023-08-10 16:47:02 -04:00
firewall chore(deps): bump github.com/golangci/golangci-lint from 1.53.3 to 1.54.0 in /tools (#482) 2023-08-10 16:47:02 -04:00
nodes fix(vm): no IP address detection when VM contains bridges (#493) 2023-08-14 21:22:50 -04:00
pools feat: API client cleanup and refactoring (#323) 2023-05-26 01:32:51 +00:00
ssh feat(v): Add ability to override node IP used for SSH connection (#355) 2023-05-31 21:15:48 -04:00
storage feat(vm): add network device resources (#376) 2023-06-23 22:47:25 +00:00
version feat(core): migrate version datasource to TF plugin framework (#440) 2023-07-29 02:10:02 +00:00
client.go feat: API client cleanup and refactoring (#323) 2023-05-26 01:32:51 +00:00