[PR #112] [MERGED] Fixes #111 by splitting IPv6 at the zone delimiter #236

Closed
opened 2026-02-28 00:41:20 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Telmate/proxmox-api-go/pull/112
Author: @mmassez
Created: 3/30/2021
Status: Merged
Merged: 3/31/2021
Merged by: @ggongaware

Base: masterHead: fixes_#111


📝 Commits (1)

  • 0eaaf2c Fixes #111 by splitting IPv6 at the zone delimiter

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 proxmox/client.go (+1 -1)

📄 Description

When the Qemu guest agent returns IPv6 link local address for Windows guest the IP cannot be parsed.
Quickest fix is to split all ip addresses at the zone delimiter "%" so a proper IPv6 address is returned.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Telmate/proxmox-api-go/pull/112 **Author:** [@mmassez](https://github.com/mmassez) **Created:** 3/30/2021 **Status:** ✅ Merged **Merged:** 3/31/2021 **Merged by:** [@ggongaware](https://github.com/ggongaware) **Base:** `master` ← **Head:** `fixes_#111` --- ### 📝 Commits (1) - [`0eaaf2c`](https://github.com/Telmate/proxmox-api-go/commit/0eaaf2c3844e367d4b10f9da9bbc8316cdac228a) Fixes #111 by splitting IPv6 at the zone delimiter ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `proxmox/client.go` (+1 -1) </details> ### 📄 Description When the Qemu guest agent returns IPv6 link local address for Windows guest the IP cannot be parsed. Quickest fix is to split all ip addresses at the zone delimiter "%" so a proper IPv6 address is returned. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 00:41:20 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/proxmox-api-go#236
No description provided.