mirror of
https://github.com/retspen/webvirtmgr.git
synced 2026-04-25 07:35:50 +03:00
[PR #628] Implement dynamic IP address fetching #698
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/retspen/webvirtmgr/pull/628
Author: @AntiPaste
Created: 12/12/2016
Status: 🔄 Open
Base:
master← Head:master📝 Commits (1)
784cf7fImplement 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.