Bug 437432

Summary: Can not send icmp netunreach packet
Product: [Fedora] Fedora Reporter: Li Yewang <lyw>
Component: kernelAssignee: Kernel Maintainer List <kernel-maint>
Status: CLOSED CURRENTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: 8   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: 2.6.24.3-12.fc8 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-03-19 16:47:56 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
patch for fix this bug none

Description Li Yewang 2008-03-14 04:15:24 UTC
Description of problem:
   There is a bug about icmp netunreach.
   If the kernel does not find a route for a packet, 
   it must send a icmp netunreach packet to the source host, 
   and  discard  the packet. But the  kernel  does not send 
   a icmp netunreach packet because of the  fib_lookup
   return value  of -ESRCH when a route  is not found. 

Version-Release number of selected component (if applicable):
Fedora8 (2.6.23.1-42.fc8)

How reproducible:

TN ---------------------NUT

Steps to Reproduce:
1.  TN send a echo request to a unknown dest address to NUT
2.  
3.
  
Actual results:
TN can not receive netunreach packet packet

Expected results:
TN can receive netunreach packet packet

Additional info:

Comment 1 Li Yewang 2008-03-14 04:15:24 UTC
Created attachment 298014 [details]
patch for fix this bug

Comment 2 Chuck Ebbert 2008-03-14 22:19:51 UTC
Already fixed in 2.6.24 (but not 2.6.23.17)

Comment 3 Chuck Ebbert 2008-03-19 16:47:56 UTC
Closing as CURRENTRELEASE since 2.6.24.3-12 did not have this bug.