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 309792 Details for
Bug 243526
IPv6 default route does not work
[?]
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]
proposed patch
fix_ip6_default_route (text/plain), 521 bytes, created by
Thomas Graf
on 2008-06-18 21:25:48 UTC
(
hide
)
Description:
proposed patch
Filename:
MIME Type:
Creator:
Thomas Graf
Created:
2008-06-18 21:25:48 UTC
Size:
521 bytes
patch
obsolete
>diff --git a/net/ipv6/ip6_fib.c b/net/ipv6/ip6_fib.c >index 7ee4e03..e54fa46 100644 >--- a/net/ipv6/ip6_fib.c >+++ b/net/ipv6/ip6_fib.c >@@ -600,14 +600,6 @@ static int fib6_add_rt2node(struct fib6_node *fn, struct rt6_info *rt, > > ins = &fn->leaf; > >- if (fn->fn_flags&RTN_TL_ROOT && >- fn->leaf == &ip6_null_entry && >- !(rt->rt6i_flags & (RTF_DEFAULT | RTF_ADDRCONF)) ){ >- fn->leaf = rt; >- rt->u.next = NULL; >- goto out; >- } >- > for (iter = fn->leaf; iter; iter=iter->u.next) { > /* > * Search for duplicates
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 243526
:
293338
| 309792