[PR #628] Implement dynamic IP address fetching #698

Open
opened 2026-02-27 16:40:12 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/retspen/webvirtmgr/pull/628
Author: @AntiPaste
Created: 12/12/2016
Status: 🔄 Open

Base: masterHead: master


📝 Commits (1)

  • 784cf7f Implement NAT IP address fetching

📊 Changes

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

View changed files

📝 vrtManager/instance.py (+13 -2)

📄 Description

Users have often requested showing the IP address of a guest, see
retspen/webvirtmgr#221, retspen/webvirtmgr#223, retspen/webvirtmgr#544

This patch attempts to implement that feature using libvirt's
domifaddr feature. There is some uncertainty about whether to use domifaddr
or net-dhcp-leases, but so far domifaddr seems to work fine.

First contribution to webvirtmgr, did not see a contribution guide so let me know if I'm doing something wrong.


🔄 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/retspen/webvirtmgr/pull/628 **Author:** [@AntiPaste](https://github.com/AntiPaste) **Created:** 12/12/2016 **Status:** 🔄 Open **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`784cf7f`](https://github.com/retspen/webvirtmgr/commit/784cf7f7facf85699c0673958834284410a19abc) Implement NAT IP address fetching ### 📊 Changes **1 file changed** (+13 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `vrtManager/instance.py` (+13 -2) </details> ### 📄 Description Users have often requested showing the IP address of a guest, see retspen/webvirtmgr#221, retspen/webvirtmgr#223, retspen/webvirtmgr#544 This patch attempts to implement that feature using libvirt's domifaddr feature. There is some uncertainty about whether to use domifaddr or net-dhcp-leases, but so far domifaddr seems to work fine. First contribution to webvirtmgr, did not see a contribution guide so let me know if I'm doing something wrong. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
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/webvirtmgr#698
No description provided.