Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 300135 Details for
Bug 440330
duplicate IAIDs
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Sample patch of proposed solution/workaround.
dhcpv6-1.0.10-iaid.patch (text/plain), 682 bytes, created by
rob
on 2008-04-02 20:39:45 UTC
(
hide
)
Description:
Sample patch of proposed solution/workaround.
Filename:
MIME Type:
Creator:
rob
Created:
2008-04-02 20:39:45 UTC
Size:
682 bytes
patch
obsolete
>Use the last 4 bytes of the MAC address rather than the first 4 bytes for the IAID. > >diff -uNrp dhcpv6-1.0.10-orig/src/client6_addr.c dhcpv6-1.0.10/src/client6_addr.c >--- dhcpv6-1.0.10-orig/src/client6_addr.c 2008-04-02 16:10:27.000000000 -0400 >+++ dhcpv6-1.0.10/src/client6_addr.c 2008-04-02 16:10:44.000000000 -0400 >@@ -779,7 +779,7 @@ create_iaid(struct iaid_table *iaidtab, > switch (temp->hwaddr.type) { > case ARPHRD_ETHER: > case ARPHRD_IEEE802: >- memcpy(&temp->iaid, temp->hwaddr.data, sizeof(temp->iaid)); >+ memcpy(&temp->iaid, (temp->hwaddr.data)+2, sizeof(temp->iaid)); > break; > case ARPHRD_PPP: > temp->iaid = do_hash(ifa->ifa_name,sizeof(ifa->ifa_name))
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 440330
: 300135