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 298014 Details for
Bug 437432
Can not send icmp netunreach packet
[?]
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 for fix this bug
net_unreach.patch (text/plain), 464 bytes, created by
Li Yewang
on 2008-03-14 04:15:24 UTC
(
hide
)
Description:
patch for fix this bug
Filename:
MIME Type:
Creator:
Li Yewang
Created:
2008-03-14 04:15:24 UTC
Size:
464 bytes
patch
obsolete
>diff -Nurp net/ipv4_orig/route.c net/ipv4/route.c >--- net/ipv4_orig/route.c 2008-02-27 10:19:02.000000000 +0800 >+++ net/ipv4/route.c 2008-02-27 10:20:16.000000000 +0800 >@@ -1902,6 +1902,8 @@ no_route: > RT_CACHE_STAT_INC(in_no_route); > spec_dst = inet_select_addr(dev, 0, RT_SCOPE_UNIVERSE); > res.type = RTN_UNREACHABLE; >+ if (err == -ESRCH) >+ err = -ENETUNREACH; > goto local_input; > > /*
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 Raw
Actions:
View
Attachments on
bug 437432
: 298014