Bug 1350167
| Summary: | ipxe: enable IPV6 | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | Amnon Ilan <ailan> |
| Component: | ipxe | Assignee: | Ladi Prosek <lprosek> |
| Status: | CLOSED ERRATA | QA Contact: | Amit Ugol <augol> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 7.3 | CC: | achernet, augol, chayang, huding, jen, juzhang, lprosek, mrezanin, rbartal, virt-bugs, weliao, yuma |
| Target Milestone: | rc | Flags: | achernet:
needinfo+
achernet: needinfo+ |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | ipxe-20160127-2.git6366fa7a.el7 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-11-04 00:39:15 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: | |
| Embargoed: | |||
| Bug Depends On: | 1298313 | ||
| Bug Blocks: | |||
|
Comment 2
Miroslav Rezanina
2016-07-12 14:59:10 UTC
Virt-QE just confirm the flags to disable IPv6. Version: ipxe-20160127-4.git6366fa7a.el7.src.rpm [root@dhcp-8-118 ipxe-6366fa7a]# cat ./src/config/local/general.h #undef ROM_BANNER_TIMEOUT #define ROM_BANNER_TIMEOUT 0 /* Enable IPv6. Note that we leave this defined only in non-QEMU builds. * Find the corresponding undef in src/config/local/qemu/general.h */ #define NET_PROTO_IPV6 [root@dhcp-8-118 ipxe-6366fa7a]# cat ./src/config/local/qemu/general.h /* IPv6 is enabled only in non-QEMU builds. Find the corresponding define * in src/config/local/general.h */ #undef NET_PROTO_IPV6 Hi Wei, We will handle it, assigning Amit to test and verify this RFE. HI chao, We had problems building test environment as ipv6 set-up is no trivial. We hope to get result soon. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://rhn.redhat.com/errata/RHBA-2016-2214.html |