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 291177 Details for
Bug 246723
backport optimistic DAD patch from upstream
[?]
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]
Quick and dirty fix. Not tested.
rtnetlink-fix.patch (text/plain), 1.60 KB, created by
Lon Hohberger
on 2008-01-09 18:18:43 UTC
(
hide
)
Description:
Quick and dirty fix. Not tested.
Filename:
MIME Type:
Creator:
Lon Hohberger
Created:
2008-01-09 18:18:43 UTC
Size:
1.60 KB
patch
obsolete
>--- rtnetlink-broken.h 2008-01-09 13:17:17.000000000 -0500 >+++ rtnetlink.h 2008-01-09 13:17:23.000000000 -0500 >@@ -385,6 +385,65 @@ > }; > > >+#ifndef __KERNEL__ >+/********************************************************* >+ * Interface address. >+ ****/ >+ >+struct ifaddrmsg >+{ >+ unsigned char ifa_family; >+ unsigned char ifa_prefixlen; /* The prefix length */ >+ unsigned char ifa_flags; /* Flags */ >+ unsigned char ifa_scope; /* See above */ >+ int ifa_index; /* Link index */ >+}; >+ >+enum >+{ >+ IFA_UNSPEC, >+ IFA_ADDRESS, >+ IFA_LOCAL, >+ IFA_LABEL, >+ IFA_BROADCAST, >+ IFA_ANYCAST, >+ IFA_CACHEINFO, >+ IFA_MULTICAST, >+ __IFA_MAX >+}; >+ >+#define IFA_MAX (__IFA_MAX - 1) >+ >+/* ifa_flags */ >+ >+#define IFA_F_SECONDARY 0x01 >+#define IFA_F_TEMPORARY IFA_F_SECONDARY >+ >+#define IFA_F_DEPRECATED 0x20 >+#define IFA_F_TENTATIVE 0x40 >+#define IFA_F_PERMANENT 0x80 >+ >+struct ifa_cacheinfo >+{ >+ __u32 ifa_prefered; >+ __u32 ifa_valid; >+ __u32 cstamp; /* created timestamp, hundredths of seconds */ >+ __u32 tstamp; /* updated timestamp, hundredths of seconds */ >+}; >+ >+ >+#define IFA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct ifaddrmsg)))) >+#define IFA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct ifaddrmsg)) >+ >+/* >+ Important comment: >+ IFA_ADDRESS is prefix address, rather than local interface address. >+ It makes no difference for normally configured broadcast interfaces, >+ but for point-to-point IFA_ADDRESS is DESTINATION address, >+ local address is supplied in IFA_LOCAL attribute. >+ */ >+/* endif __KERNEL__ */ >+#endif > > /************************************************************** > * Neighbour discovery.
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 246723
: 291177