Bug 1064029
| Summary: | dhclient creates invalid client-id on IPoIB interfaces | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Doug Ledford <dledford> |
| Component: | dhcp | Assignee: | Jiri Popelka <jpopelka> |
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 20 | CC: | jpopelka, thozza |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-02-12 15:00:24 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: | |||
|
Description
Doug Ledford
2014-02-11 20:28:59 UTC
(In reply to Doug Ledford from comment #0) > Replacing the fedora dhcp rpms with rhel7 dhcp rpms resolves the problem. > I'm assuming rhel7 rpms carry a patch to dhclient to produce this client-id > and that Fedora has decided to drop it. Good to know, thanks. I think the problem might cause 'send dhcp-client-identifier = hardware;' in default /etc/dhcp/dhclient.conf (which we now ship due to bug #560361). Does it work when you remove the statement or the file ? Looking at bug #560361, it definitely is the cause of this issue. I made a note in the bug, but when I was investigating this issue, tcpdump showed the client identifier was the single byte 32. That's the hardware type for IPoIB interfaces, but it does not include the GUID. The fix in bug #560361 is broken for Ethernet too, but no one bothered to test multiple machines trying to get IP addresses behind the Windows bridge. *** This bug has been marked as a duplicate of bug 560361 *** |