Bug 1195281
Summary: | RFE: print link-local IPv6 address of a VM with NIC(s) plugged to bridge(s) | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 7 | Reporter: | David Jaša <djasa> |
Component: | libvirt | Assignee: | Michal Privoznik <mprivozn> |
Status: | CLOSED DUPLICATE | QA Contact: | Virtualization Bugs <virt-bugs> |
Severity: | medium | Docs Contact: | |
Priority: | unspecified | ||
Version: | 7.1 | CC: | djasa, dyuan, honzhang, mzhan, rbalakri |
Target Milestone: | rc | Keywords: | FutureFeature |
Target Release: | 7.2 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Enhancement | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2015-05-07 07:49:16 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: |
Description
David Jaša
2015-02-23 14:23:43 UTC
David, I think 'virsh domifaddr' is what you're looking for. It doesn't print a linklocal address though, but instead both ipv4 and ipv6 addresses for all interfaces of a domain. I think it has much broader use case than this one. Do you agree? (In reply to Michal Privoznik from comment #1) > David, > > I think 'virsh domifaddr' is what you're looking for. It doesn't print a > linklocal address though, but instead both ipv4 and ipv6 addresses for all > interfaces of a domain. I think it has much broader use case than this one. > Do you agree? Oh, I am a giddy goat. I've configured IPv6 for my guests and now it does report a link local addresses too. So I was giving this some thinking, and the only thing we can do here is to rely on 'domifaddr'. Guests can manipulate their link-local addresses. Moreover, there are some private extensions to IPV6 which does not generate link-local address from interface MAC address but from PRNG. Having said all of that if libvirt would just compute the address and printed it out it would have no information value. *** This bug has been marked as a duplicate of bug 1179729 *** |