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 151260 Details for
Bug 234579
DECnet endnode routing broken
[?]
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]
Patch to change return value to rules lookup
0001-NET-Change-not-found-return-value-for-rule-lookup.txt (text/plain), 965 bytes, created by
Steve Whitehouse
on 2007-03-30 09:17:38 UTC
(
hide
)
Description:
Patch to change return value to rules lookup
Filename:
MIME Type:
Creator:
Steve Whitehouse
Created:
2007-03-30 09:17:38 UTC
Size:
965 bytes
patch
obsolete
>From 657baf6bbaa8302660d6b218149dcb5546b9b08c Mon Sep 17 00:00:00 2001 >From: Steven Whitehouse <swhiteho@redhat.com> >Date: Fri, 30 Mar 2007 09:06:34 +0100 >Subject: [PATCH] [NET] Change "not found" return value for rule lookup > >This changes the "not found" error return for the lookup >function to -ESRCH so that it can be distunguished from >the case where a rule or route resulting in -ENETUNREACH >has been found during the search. > >It fixes a bug where if DECnet was compiled with routing >support, but no routes were added to the routing table, >it was failing to fall back to endnode routing. > >Signed-off-by: Steven Whitehouse <swhiteho@redhat.com> >Signed-off-by: Patrick Caulfield <pcaulfie@redhat.com> > >diff --git a/net/core/fib_rules.c b/net/core/fib_rules.c >index 06f304a..cb2dae1 100644 >--- a/net/core/fib_rules.c >+++ b/net/core/fib_rules.c >@@ -164,7 +164,7 @@ jumped: > } > } > >- err = -ENETUNREACH; >+ err = -ESRCH; > out: > rcu_read_unlock(); > >-- >1.4.4.2 >
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 234579
: 151260